@charset "utf-8";
/* css setting start */
.sec-wrap, .sec-header, .sec-content, .sec-footer { position: relative; width: 100%; margin: 0; padding: 0; box-sizing: border-box; }
.pc-br { display: block; }
.mo-br { display: none; }
/******************************************** contents ********************************************/
.dv-conts-wrap { position: relative; width: 100%; max-width: 1280px; margin: 0 auto; padding: 0; box-sizing: border-box; overflow: hidden; }
.inner { max-width: 1400px; width: 90%; margin: 0 auto; }
/******************************************** checkbox ********************************************/
.checkbox { position: relative; }
.checkbox input[type=checkbox] { width: 24px; cursor: pointer; height: 24px; display: block; position: absolute; top: 0; left: 0; margin: 0; z-index: 1; opacity: 0; }
.checkbox input[type=checkbox] + label { position: relative; font-weight: normal; padding: 0 0 0 35px; display: block; height: 24px; font-size: 15px; }
.checkbox input[type=checkbox] + label:before { content: ""; display: inline-block; width: 24px; height: 24px; background: url('../../images/check-off.png')no-repeat 50% 50%; position: absolute; top: 0; left: 0; }
.checkbox input[type=checkbox]:checked + label:before { content: ""; background: url('../../images/check-on.png')no-repeat 50% 50%; width: 24px; height: 24px; }
/******************************************** header ********************************************/
.sec-header { position: fixed; top: 0; left: 0; z-index: 101; width: 100%; transition: all ease .6s; }
.sec-header.gray { background: rgb(35 36 41 / 78%); }
.sec-header.hide { transform: translateY(-100%); }
.sec-header.black .logo { background: url('../../images/logo.png') no-repeat center center / cover; }
.sec-header.black .hd-center { margin: 0 auto; }
.sec-header.black .hd-right { color: #111; }
.sec-header.black .nav-btn span { background: #111; }
.sec-header.black .lang .ic-lang { background: url('../../images/ic_lang.png') no-repeat center center / cover; }
.sec-header.gray.black .logo { background: url('../../images/logo_w.png') no-repeat center center / cover; }
.sec-header.gray.black .hd-right { color: #fff; }
.sec-header.gray.black .nav-btn span { background: #fff; }
.sec-header.gray.black .lang .ic-lang { background: url('../../images/ic_lang_w.png') no-repeat center center / cover; }
.sec-header .hd-inner { padding: 36px 4%; display: flex; justify-content: space-between; align-items: center; width: 100%; position: relative; z-index: 2; }
.sec-header .logo { width:220px;}
.sec-header .logo img{ display:black; max-width:100%;}
.sec-header .hd-right { color: #fff; display: flex; align-items: center; }
.sec-header .hd-right .nav_a { margin-right: 30px; color: #fff; }
.sec-header .hd-right .nav_a:last-child { margin-right: 60px; }
.sec-header .nav-btn { cursor: pointer; width: 30px; height: 30px; }
.sec-header .nav-btn span { display: block; width: 30px; height: 3px; background: #fff; transition: transform ease .3s; }
.sec-header .nav-btn span:nth-child(2) { margin: 8px 0; }
.sec-header .lang { position: relative; margin-right: 50px; cursor: pointer; }
.sec-header .lang p { display: flex; align-items: center; font-size: 18px; font-weight: 600; }
.sec-header .lang .ic-lang { display: inline-block; width: 26px; height: 26px; background: url('../../images/ic_lang_w.png') no-repeat center center / cover; }
.sec-header .lang ul { position: absolute; display: none; width: 100px; }
.sec-header .lang ul li a { font-size: 18px; font-weight: 600; color: #aaa; }
.sitemap { background: url('../../images/zx-logo.png') #232429 no-repeat right bottom 25%; color: #fff; position: fixed; top: -100%; right: 0; width: 100%; overflow: hidden; height: 100%; z-index: 1; display: flex; align-items: center; padding: 0 10%; transition: all ease .6s; }
.sitemap a { color: #fff; }
.nav { width: 100%; opacity: 0; transition: opacity ease .3s; }
.nav > ul > li { position: relative; width: 100%; margin: 15px 0; overflow: hidden; }
.nav > ul > li > a { font-size: 60px; font-weight: bold; display: inline-block; text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff; color: #232429; transition: transform ease .7s; }
.nav > ul > li > ul > li { margin-right: 40px; }
.nav > ul > li > ul > li > a { color: #9598a4; position: relative; transition: all ease .3s; }
.nav-link { position: absolute; right: 15%; bottom: 0; display: flex; flex-direction: column; padding: 30px 40px 120px; }
.nav-link:after { content: ''; width: 1px; height: 0; position: absolute; left: 0; bottom: 0; background: #fff; transition: all ease .6s; }
.nav-link a { margin: 0 0 20px; color: #fff; opacity: 0; transition: all ease .6s; line-height: 1; font-size: 17px; }
.nav-link a:hover { opacity: 1; }
/* pc */
.nav-pc .nav > ul > li > ul { position: absolute; left: 430px; top: 30px; font-size: 20px; display: flex; align-items: center; width: calc(100% - 400px); transition: all ease .3s; opacity: 0; }
.nav-pc .nav > ul > li > ul > li > a:before { content: ''; width: 0; height: 2px; background: #fff; position: absolute; right: 0; bottom: -6px; transition: all ease .3s; }
.nav-pc .nav > ul > li > ul > li > a:hover:before { width: 100%; right: auto; left: 0; }
.nav-pc .nav > ul > li > ul > li > a:hover { color: #fff; }
.nav-pc .nav > ul > li > a { opacity: 0; transform: translateY(80px); }
.nav-pc .nav > ul > li:hover > ul { left: 400px; opacity: 1; }
.nav-pc .nav > ul > li:hover > a { color: #fff; text-shadow: none; }
/* mobile */
.nav-mo .nav > ul > li > ul { display: none; }
.nav-mo .nav-link { position: relative; width: 100%; right: auto; left: 0; margin-top: 30px; padding: 0 30px 30px; }
.nav-mo .sitemap { overflow-y: auto; align-items: start; flex-direction: column; justify-content: space-between; }
.nav-mo.active .sitemap { padding: 50px 10% 0; }
.nav-mo.active .logo { display: none; }
.nav-mo.active .hd-inner { justify-content: end; }
.nav-mo.active.white .nav-btn span { background: #fff }
/* active */
.sec-header.active .nav { opacity: 1; }
.sec-header.active .sitemap { top: 0; ; }
.sec-header.active .lang { display: none; }
.sec-header.active .nav-btn { padding-top: 15px; }
.sec-header.active .nav-btn span { margin: -3px 0; }
.sec-header.active .nav-btn span:nth-child(1) { transform: rotate(45deg); }
.sec-header.active .nav-btn span:nth-child(2) { display: none; }
.sec-header.active .nav-btn span:nth-child(3) { transform: rotate(-45deg); }
.sec-header.active .nav > ul > li > a { transform: translateY(0); transition-delay: .5s; opacity: 1; }
.sec-header.active .nav-link a { opacity: .7; transition-delay: 1.4s; }
.sec-header.active .nav-link:after { height: 100%; transition-delay: 1s; }
.sec-header.active.black .logo { background: url('../../images/logo_w.png') no-repeat center center / cover; }
.sec-header.active.black .nav-btn span { background: #fff; }
/******************************************** footer ********************************************/
.sec-footer .fp-tableCell { padding-top: 0; }
.sec-footer { background: #1b1b1b; color: #fff; padding-bottom: 50px; padding-top:50px; }

.sec-footer p { opacity: .5; font-size: 15px; line-height: 2; }
.sec-footer p span { font-weight: 100; margin: 0 10px; }
.sec-footer p.copy { opacity: 1; margin-top: 30px; }
.erweima{float: right;font-size: 12px; text-align: center;}
/******************************************** sub ********************************************/
.sub-visual { width: 100%; height: 670px; background-repeat: no-repeat; background-size: cover; background-position: center center; display: flex; justify-content: center; align-items: center; }
.sub-visual.bg01 { background-image: url('../../images/sub/sub_visual01.jpg'); }
.sub-visual.bg02 { background-image: url('../../images/sub/sub_visual02.jpg'); }
.sub-visual.bg03 { background-image: url('../../images/sub/sub_visual03.jpg'); }
.sub-visual.bg04 { background-image: url('../../images/sub/sub_visual04.jpg'); }
.sub-visual.bg05 { background-image: url('../../images/sub/sub_visual05.jpg'); }
.sub-visual-tit { width: 100%; color: #fff; }
.sub-visual-tit h1 { font-size: 75px; font-weight: 600; overflow: hidden; }
.sub-visual-tit p { font-size: 22px; color: rgba(255, 255, 255, .6); overflow: hidden; }
.sub-visual-tit p span > span { vertical-align: baseline; color: #eb2a2e; }
.sub-nav { background: #232429; height: 80px; max-width: 1400px; margin: -40px auto 40px; color: #fff; display: flex; font-size: 16px; }
.sub-nav h2 { line-height: 80px; font-weight: 400; }
.sub-nav .home { width: 80px; background: url('../../images/ic_home.png') no-repeat center center; }
.sub-nav > div:not(.home) { width: 224px; padding: 0 30px; position: relative; background: url('../../images/nav_arr.png') no-repeat center right 30px; cursor: pointer; }
.sub-nav > div:not(.home):after { content: ''; width: 1px; height: 20px; background: #fff; opacity: .2; position: absolute; left: 0; top: 50%; margin-top: -10px; }
.sub-nav ul { position: absolute; left: 0; width: 100%; background: #fff; box-shadow: 3px 3px 10px 3px rgba(0, 0, 0, 0.1); z-index: 1; display: none; }
.sub-nav ul li:hover { background: #f8f8f8; }
.sub-nav ul li a { display: flex; align-items: center; height: 60px; border-bottom: 1px solid #eee; padding: 0 30px; }
@media screen and (min-width:821px) {
.history-fullpage .sub-nav ul { width: 200%; }
.history-fullpage .sub-nav ul li { width: 50%; float: left; border-right: 1px solid #eee; }
}
.sub-tit { margin: 100px 0 80px; text-align: center; }
.sub-tit h3 { font-size: 54px; color: #111; }
.sub-tit .message { margin-top: 30px; }
.sub-tit .message .sub-txt h4 { font-size: 36px; color: #111; }
.sub-tit .message .sub-txt h4 span { vertical-align: baseline; color: #eb2a2e }
.sub-tit .message .sub-txt p { color: #666666; font-size: 16px; margin-top: 10px; }
.sub-txt { margin-bottom: 50px; }
.sub-txt h3 { font-size: 45px; line-height: 1.3; color: #111; }
.sub-txt p { font-size: 20px; color: #eb2a2e; font-weight: 600; margin-bottom: 20px; }
.cpn-power .sub-txt h3 span { vertical-align: baseline; }
.sub-tabs { display: flex; justify-content: center; align-items: center; margin-bottom: 100px; }
.sub-tabs li { width: 190px; margin: 0 5px; }
.sub-tabs li a { display: block; text-align: center; height: 60px; line-height: 60px; color: #111; font-weight: 500; border: 1px solid #ddd; }
.sub-tabs li.active a { background: #eb2a2e; border-color: #eb2a2e; color: #fff; }
.list-btn { font-size: 20px; color: #eb2a2e; border: 2px solid #eb2a2e; display: block; width: 100%; max-width: 200px; padding: 15px 0; text-align: center; font-weight: 600; margin: 80px 0; position: relative; }
.list-btn span { position: relative; z-index: 2; transition: all ease .3s; }
.list-btn:after { content: ''; width: 0; height: 100%; position: absolute; right: 0; top: 0; background-color: #eb2a2e; transition: all ease .3s; }
.list-btn:hover:after { width: 100%; left: 0; right: auto; }
.list-btn:hover span { color: #fff; }
/* company */
.cpn-top { width: 100%; color: white; background: #232429; padding: 250px 0 80px; }
.cpn-top h2 { font-size: 167px; line-height: 1; }
.cpn-visual { position: relative; background-color: #f9f7f8 }
.cpn-bg { width: 100%; height: 100vh; position: relative; }
.cpn-bg img { display: block; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }
.cpn-grd { background-image: linear-gradient(0deg, #f9f7f8, transparent); width: 100%; height: 100%; position: absolute; left: 0; bottom: 0; opacity: 0; }
.cpn-cont { z-index: 2; width: 100%; position: absolute; left: 0; top: 40% }
.cpn-cont .cpn-txt { color: #fff; padding-left: 50%; }
.cpn-cont h3 { font-size: 52px; line-height: 1.2; margin-bottom: 50px; }
.cpn-cont p { font-size: 20px; }
.cpn-cont p small { font-size: 16px; opacity: .8; }
.cpn-power { padding: 160px 0 100px; background-color: #f9f7f8 }
.cpn-power ul { display: flex; max-width: 1300px; margin: 0 auto; padding-top: 50px; flex-wrap: wrap; justify-content: space-between; }
.cpn-power ul li { text-align: center; width: 25%; padding: 20px; margin-bottom: 50px; }
.cpn-power ul li .icon { width: 180px; height: 180px; display: flex; align-items: center; justify-content: center; margin: 0 auto; box-shadow: 3px 3px 30px 3px rgb(209 208 208 / 10%); border-radius: 50%; background: #fff; transition: all ease .3s; }
.cpn-power ul li .animCounter { font-size: 55px; color: #111; font-weight: 500; }
.cpn-power ul li p { font-size: 18px; color: #888; transition: all ease .3s; }
.cpn-power ul li:hover .icon { background: #eb2a2e; }
.cpn-power ul li:hover .icon img { filter: brightness(0) invert(1); }
.cpn-power ul li:hover p:last-child { font-weight: bold; color: #000; }
/* greeting */
.greeting .greeting_cont { display: flex; justify-content: space-between; border-bottom: 1px solid #333; }
.greeting .sub_txt p { font-size: 16px; }
.greeting .message { width: 53%; padding: 100px 50px 100px 60px; }
.greeting .message p { font-size: 18px; line-height: 1.8; }
.greeting .message b { color: #111; }
.greeting .message .sub-txt b { color: #eb2a2e; vertical-align: baseline; }
.greeting .ceo-img { width: 47%; padding: 40px 100px 0 0; text-align: right; background: url('../../images/sub/greeting_bg.png') no-repeat right bottom / auto 100%; display: flex; align-items: end; justify-content: center; }
.greeting .ceo-img img { vertical-align: top; }
.greeting_sign { padding: 50px 60px 150px; }
.greeting_sign p { font-size: 18px; }
.greeting_sign p span { vertical-align: initial; font-weight: 100; display: inline-block; margin: 0 5px; color: #aaa; }
.greeting_sign img { vertical-align: middle; }
/* leaders */
.leaders .leaders_cont > ul { display: flex; flex-wrap: wrap; margin-bottom: 100px; }
.leaders .leaders_cont > ul > li { margin-right: 2%; width: 23.5%; text-align: center; margin-bottom: 4%; }
.leaders .leaders_cont > ul > li:nth-child(4n) { margin-right: 0; }
.leaders .leaders_cont p { color: #111; font-size: 22px; font-weight: 600; margin: 20px 0; }
.leaders .leaders_cont small { color: #777; font-size: 16px; vertical-align: middle; margin-top: -6px; margin-right: 10px; display: inline-block; line-height: 1; border-right: 1px solid #ddd; padding-right: 10px; padding-left: 10px; position: relative; }
.leaders .leaders_cont small::after { content: ''; width: 5px; height: 7px; background: url('../../images/dot2.png') no-repeat 0 0; position: absolute; left: 0; top: -3px; }
.leaders_img { position: relative; }
.leaders_img span { width: 100%; }
.leaders_img img { width: 100%; vertical-align: top; }
.leaders_img:before { content: ''; width: 100%; height: 100%; border: 0px solid #eb2a2e; position: absolute; left: 0; top: 0; right: 0; bottom: 0; transition: opacity .3s, border .3s; box-sizing: border-box; }
@media screen and (min-width:1100px) {
/*.leaders_img:hover:before{border-width: 12px; opacity: 1; }  */
.leaders_img img { filter: grayscale(1); }
.leaders_img:hover img { filter: none; }
}
.leader-view .leader-wide { height: 500px; width: 100%; background-size: cover; background-repeat: no-repeat; background-position: center center; }
.leader-view .leader-history { display: flex; flex-wrap: wrap; padding: 80px 120px; }
.leader-view .leader-name { width: 40%; }
.leader-view .leader-name p { color: #111; font-size: 30px; font-weight: 600; margin: 20px 0; }
.leader-view .leader-name b { display: block; font-size: 22px; padding-left: 10px; }
.leader-view .leader-name small { color: #777; font-size: 18px; vertical-align: middle; margin-top: -6px; margin-right: 10px; display: inline-block; line-height: 1; border-right: 1px solid #ddd; padding-right: 10px; padding-left: 10px; position: relative; }
.leader-view .leader-name small::after { content: ''; width: 5px; height: 7px; background: url('../../images/dot2.png') no-repeat 0 0; position: absolute; left: 0; top: -3px; }
.leader-view .leader-profile { width: 55%; }
.leader-view .leader-profile h4 { font-size: 23px; margin: 20px 0; color: #111; }
.leader-view .leader-profile p { font-size: 16px; }
.leader-view .leader-profile h4:not(:first-child) { margin-top: 80px; }
.leader-view .leader-profile ul { display: flex; flex-wrap: wrap; }
.leader-view .leader-profile ul li { padding: 3px 10px; position: relative; width: 50%; }
.leader-view .leader-profile ul li:after { content: ''; width: 3px; height: 3px; background: #333; position: absolute; left: 0; top: 13px; }
/* history */
.history #fp-nav { position: fixed; left: 5%; top: 50%; z-index: 2; display: none; }
.history #fp-nav.right { left: 5%; right: auto; }
.history #fp-nav:after { content: ''; width: 1px; height: 100vh; position: fixed; bottom: -200%; left: 4%; background-image: linear-gradient(to bottom, transparent, 10%, #aaa); opacity: .5; }
.history #fp-nav ul li { margin: 40px 0; width: 200px; }
.history #fp-nav ul li a { display: inline-block; background: url(../../images/dot3.png) no-repeat left center; width: 20px; vertical-align: text-top; margin-left: 5px; }
.history #fp-nav ul li a span { display: none; }
.history #fp-nav ul li a.active { background: url(../../images/dot3_on.png) no-repeat left center; }
.history #fp-nav ul li .fp-tooltip.right { display: inline-block; position: relative; opacity: 1; right: auto; width: 100px; font-family: inherit; font-size: 16px; color: rgb(255 255 255 / 25%); letter-spacing: 0; }
.history #fp-nav ul li:nth-child(1), .history #fp-nav ul li:nth-child(2), .history #fp-nav ul li:last-child { display: none; }
.history #fp-nav ul li a.active + .fp-tooltip { color: #fff; font-weight: 600; }
.history #fp-nav.black ul li a.active + .fp-tooltip { color: #111; }
.history #fp-nav.black ul li a + .fp-tooltip { color: #888; }
.history-tit { text-align: center; }
.history-tit .inner { max-width: 100%; }
.history-tit .typo p { font-size: 28px }
.history-tit .typo p:first-child { color: #111; letter-spacing: 6px; font-size: 27px; font-weight: 500; }
.history-tit .typo h2 { font-size: 60px; color: #111; line-height: 1; margin: 30px 0 60px; font-weight: 600; }
.history-tit .typo p, .history-tit .typo h2 { display: block; line-height: 1; transform: translateY(40px); opacity: 0; transition: all ease .6s; }
.history-tit .typo h2 b { vertical-align: baseline; color: #eb2a2e; line-height: 1.2; }
.history-fullpage .section.active .typo p { transform: translateY(0); opacity: 1; transition-delay: .4s; }
.history-fullpage .section.active .typo h2 { transform: translateY(0); opacity: 1; transition-delay: .8s; }
.history-fullpage .section.active .typo p:last-child { transform: translateY(0); opacity: 1; transition-delay: 1.2s; }
.scroll-down { position: absolute; left: 4%; bottom: 0; text-align: center; }
.scroll-down p { letter-spacing: 4px; font-size: 12px; transform: rotate(90deg); margin-bottom: 30px; }
.scroll-down .bar { width: 2px; background: #ededed; height: 180px; position: relative; }
.scroll-down .bar:after { content: ''; width: 100%; height: 100%; display: block; background: linear-gradient(to bottom, #eb2a2e 50%, rgba(255, 255, 255, 0) 50%); background-position: 0 100%; background-size: 100% 200%; animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite; }
@keyframes scrolldown {  0% {
 background-position: 0 100%;
}
 75% {
 background-position: 0 0;
}
 100% {
 background-position: 0 -100%;
}
}
.hs-list01 { background: url('../../images/sub/history_bg01.jpg') no-repeat center center / cover; }
.hs-list01 .fp-tableCell { padding-top: 130px; }
.hs-list02 { background: url('../../images/sub/history_bg02.jpg') no-repeat center center / cover; }
.hs-list02 .fp-tableCell { padding-top: 130px; }
.hs-list03 { background: url('../../images/sub/history_bg03.jpg') no-repeat center center / cover; }
.hs-list03 .fp-tableCell { padding-top: 130px; }
.hs-list04 { background: url('../../images/sub/history_bg04.jpg') no-repeat center center / cover; }
.hs-list04 .fp-tableCell { padding-top: 130px; }
.hs-cont { display: flex; padding-left: 120px; margin: 0 auto; justify-content: space-between; align-items: center; }
.hs-list { transform: translateX(-40px); transition: all ease .8s; opacity: 0; }
.history-fullpage .section.active .hs-list { transform: translateX(0); opacity: 1; transition-delay: .8s; }
.hs-list .hs-tit { border-bottom: 1px solid rgba(255, 255, 255, 0.1); padding-bottom: 30px; margin-bottom: 50px; }
.hs-list .hs-tit p { color: #eb2a2e; font-size: 16px; font-weight: 500; }
.hs-list .hs-tit strong { font-size: 80px; line-height: 1.2; color: #fff; font-weight: 600; }
.hs-list .hs-tit strong small { font-size: 50px; vertical-align: baseline; }
.hs-list { width: 38%; }
.hs-list li { margin: 20px 0; padding-left: 100px; position: relative; }
.hs-list li b { position: absolute; left: 0; font-size: 23px; color: #fff; top: 0; line-height: 1; font-weight: 600; }
.hs-list li p { color: rgba(255, 255, 255, 0.6); font-size: 18px; margin: 0 0 5px; }
.hs-img { width: 53%; transform: translateY(40px); transition: all ease .8s; opacity: 0; }
.history-fullpage .section.active .hs-img { transform: translateY(0); opacity: 1; transition-delay: 1.2s; }
.hs-cont.black .hs-list .hs-tit { border-color: rgba(0, 0, 0, 0.1) }
.hs-cont.black strong { color: #111; }
.hs-cont.black li b { color: #111 }
.hs-cont.black li p { color: #666 }
/* brochure */
.brochure { }
.bro-cont { position: relative; padding: 80px 0 0; margin-bottom: 150px; }
.bro-cont:after { content: ''; width: 100%; height: 41%; position: absolute; left: 0; top: 0; z-index: -1; background: url('../../images/sub/brochure_bg.jpg') no-repeat center center / cover; }
.bro-cont .inner { display: flex; flex-wrap: wrap; justify-content: space-between; }
.bro-cont .bro-img { width: 40%; }
.bro-cont .bro-img img { box-shadow: 3px 3px 10px 3px rgba(0, 0, 0, 0.05); }
.bro-cont .bro-txt { width: 60%; padding: 70px 100px 60px 60px; }
.bro-cont .bro-txt b { display: block; font-weight: 400; font-size: 19px; color: #fff; opacity: .7; margin-bottom: 20px; }
.bro-cont .bro-txt h4 { font-size: 38px; line-height: 1.3; color: #fff; text-shadow: 3px 3px 10px rgb(0 0 0 / 10%); }
.bro-cont .bro-txt h4 span { line-height: 1.3; vertical-align: baseline; color: #eb2a2e; }
.bro-cont .bro-txt p { line-height: 1.8; font-weight: 500; }
.bro-cont .bro-box { margin-top: 110px; }
.bro-cont .bro-box img { margin-bottom: 10px; }
.bro-cont .bro-btn { margin: 60px 0 0; }
.bro-cont .bro-btn a { display: inline-block; color: #eb2a2e; border: 2px solid #eb2a2e; height: 60px; line-height: 56px; text-align: center; font-size: 15px; font-weight: 600; padding: 0 50px; margin-right: 10px; margin-bottom: 10px; }
.bro-cont .bro-btn a img { vertical-align: middle; margin: -2px 0 0 10px; }
/* ci */
.ci .ci-tit { margin-bottom: 50px; }
.ci .ci-tit h4 { font-size: 45px; color: #111; margin-bottom: 20px; line-height: 1.2; position: relative; }
.ci .ci-tit p { font-size: 16px; color: #666; font-weight: 500; }
.ci-brand { padding: 110px 0; background: #f9f9f9; }
.ci-brand .ci-tit { text-align: center; }
.ci-brand .ci-tit h4 { display: inline-block; }
.ci-brand .ci-tit h4:before { content: ''; width: 8px; height: 11px; background: url('../../images/dot.png') no-repeat left center; position: absolute; left: -30px; top: 50%; margin-top: -5.5px; }
.ci-brand .ci-tit h4:after { content: ''; width: 8px; height: 11px; background: url('../../images/dot.png') no-repeat right center; position: absolute; right: -30px; top: 50%; margin-top: -5.5px; }
.ci-brand .ci-logo { text-align: center; padding: 90px; border: 1px solid #ddd; background: #fff; }
.ci-cont { padding: 100px 0 150px; }
.ci-cont .ci-tit:not(:first-child) { padding-top: 100px; }
.ci-cont .ci-tit h4 { font-size: 36px; }
.ci-slogan { display: flex; flex-wrap: wrap; justify-content: space-between; }
.ci-slogan li { width: 49.2%; margin-right: 1.6%; margin-bottom: 2%; text-align: center; }
.ci-slogan li:nth-child(2n) { margin-right: 0; }
.ci-slogan li:nth-last-child(-n+2) { margin-bottom: 0; }
.ci-slogan li:only-child { width: 100%; margin-right: 0; }
.ci-area { display: flex; flex-wrap: wrap; justify-content: space-between; }
.ci-area li { width: 66%; text-align: center; }
.ci-area li:nth-child(2n) { text-align: left; width: 32%; }
.ci-area li p { font-size: 30px; color: #111; font-weight: 600; line-height: 1; margin-bottom: 20px; }
.ci-list { margin: 20px 0; }
.ci-list li { padding-left: 20px; margin: 5px 0; position: relative; }
.ci-list li:before { content: ''; width: 3px; height: 3px; background: #333; position: absolute; left: 0; top: 10px; }
.download-btn { margin: 30px 0 0; }
.download-btn a { display: inline-block; color: #eb2a2e; border: 2px solid #eb2a2e; height: 60px; line-height: 56px; text-align: center; font-size: 15px; font-weight: 600; padding: 0 10px; margin-right: 10px; margin-bottom: 10px; transition: all ease .3s; width: 90%; max-width: 240px; }
.download-btn a i { vertical-align: middle; margin: -5px 0 0 10px; font-size: 18px; }
.download-btn a:hover { background: #eb2a2e; color: #fff; }
/* value */
.value .sub-txt h3 { font-size: 38px; margin-bottom: 20px; line-height: 1.4; }
.value .sub-txt p { font-size: 16px; color: #666; font-weight: 500; line-height: 1.7; }
.value .sub-txt span { color: #eb2a2e; vertical-align: baseline; }
.value .durae { margin: -130px auto 130px; position: relative; max-width: 1920px; }
.value .durae-tit { position: relative; }
.value .durae-tit:after { content: 'DURAE'; color: #fcf5f5; opacity: .8; position: absolute; left: 45%; font-size: 160px; top: -20%; font-weight: 600; line-height: 1; z-index: -1; }
.value .durae .svg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.value .durae .svg { top: -15px; transform: translateY(0); }
.value .mo { display: none; }
.value .value-slogan { padding: 120px 0; background: #f9f8f8; }
.value .value-slogan h4 { font-size: 33px; color: #111; margin-bottom: 50px; }
.value .value-slogan ul { width: 90%; margin: 0 auto; }
.value .value-slogan li { flex-wrap: wrap; align-items: start; display: flex; justify-content: space-between; }
.value .value-slogan li .sub-txt { width: calc(100% - 280px); border-bottom: 1px solid #ddd; padding: 30px 0 50px; margin-bottom: 20px; }
.value .value-slogan li:last-child .sub-txt { border-bottom: none; margin-bottom: 0; }
.value .value-slogan li .icon { width: 188px; height: 188px; display: flex; align-items: center; justify-content: center; box-shadow: 3px 3px 30px 3px rgb(209 208 208 / 10%); border-radius: 50%; background: #fff; transition: all ease .3s; }
.value .value-slogan li:hover .icon { background: #eb2a2e; }
.value .value-slogan li:hover .icon img { filter: brightness(0) invert(1); }
/* pr */
.pr { margin-bottom: 150px; }
.pr-slider .thumb-swiper { cursor: pointer; margin: 0 -80px; padding: 50px 80px; }
.pr-slider .youtube-wr { width: 100%; height: 0; padding-bottom: 56.25%; position: relative; }
.pr-slider .youtube-wr iframe { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.pr-slider .swiper-button-prev, .pr-slider .swiper-button-next { width: 70px; color: #666; background: #fff; margin-top: 0; height: 100%; top: 0; }
.pr-slider .swiper-button-prev { left: 0; }
.pr-slider .swiper-button-next { right: 0; }
.pr-slider .swiper-button-next:after, .pr-slider .swiper-button-prev:after { font-size: 34px; }
/* project */
.project { margin-bottom: 150px; }
.project .srboardTop > div { margin-bottom: 40px; }
.project .srboardTop .selArea { max-width: 340px; }
.project .srboardTop .selArea span.input { width: 100%; }
.project .srboardTop .smart-filter button { display: block; width: 230px; height: 60px; text-align: center; line-height: 60px; background: #f0f0f0; color: #111; border: none; font-size: 17px; font-weight: 600; cursor: pointer; transition: all ease .3s; }
.project .srboardTop .smart-filter img { margin-right: 15px; vertical-align: middle; }
.project .srboardTop .smart-filter button:hover { background: #000; color: #fff; }
.project .srboardTop .smart-filter button:hover img { filter: brightness(0) invert(1); }
.project .srboardTop .smart-filter button.active { background: #000; color: #fff; }
.project .srboardTop .smart-filter button.active img { filter: brightness(0) invert(1); }
.project .filter-box { width: 100%; border-top: 2px solid #222; border-bottom: 1px solid #ddd; background: #f8f8f8; padding: 50px 90px; display: none; }
.project .filter-box dl { display: flex; flex-wrap: wrap; justify-content: space-between; margin: 10px 0; }
.project .filter-box dt { font-size: 24px; color: #111; font-weight: 600; width: 190px; padding-right: 20px; padding-top: 10px; }
.project .filter-box dd { width: calc(100% - 190px); }
.project .filter-box .project-category { display: flex; flex-wrap: wrap; }
.project .filter-box .project-category li { position: relative; width: 140px; }
.project .filter-box .project-category li input[type="checkbox"] { position: absolute; top: 0px; left: 0px; opacity: 0; visibility: hidden; }
.project .filter-box .project-category li label { position: relative; display: flex; flex-wrap: wrap; align-content: center; align-items: center; justify-content: center; text-align: center; border: 1px solid #ddd; background: #fff; height: 55px; cursor: pointer; font-weight: 500; margin-right: -1px; }
.project .filter-box .project-category li label:after { content: ''; width: calc(100% - 1px); height: 100%; position: absolute; left: -1px; top: -1px; border: 1px solid transparent; transition: all ease .3s; }
.project .filter-box .project-category li input:checked + label { color: #111; transition: all ease .3s; }
.project .filter-box .project-category li input:checked + label:after { border-color: #111; }
.project .filter-box .filter-btn { text-align: center; margin: 40px 0 0; }
.project .filter-box .filter-btn button { display: inline-block; border: none; width: 45%; margin: 0 5px; max-width: 230px; padding: 20px 0; font-weight: 500; background: #e3e3e3; color: #666; }
.project .filter-box .filter-btn i { vertical-align: middle; margin-right: 10px; font-size: 1.1em; }
.project .filter-box .filter-btn button:last-child { background: #111; color: #fff; }
.project-list { width: 100%; display: flex; flex-wrap: wrap; }
.project-list .picture { width: 31.333%; margin-right: 3%; margin-bottom: 3%; ; position: relative; overflow: hidden; }
.project-list .picture:nth-child(3n) { margin-right: 0; }
.project-list .picture a { display: block; position: relative; background: #000; width: 100%; padding-bottom: 80%; }
.project-list .picture p { transition: all ease .3s; }
.project-list .picture img { height: 100%; width: 100%; position: absolute; left: 0; top: 0; object-fit: cover; vertical-align: top; transition: all ease .3s; }
@media screen and (min-width:821px) {
.project-list .picture a:hover img { opacity: .8; transform: scale(1.1); }
.project-list .picture a:hover p { padding-left: 50px; }
}
.project-list .picture p { font-size: 20px; color: #fff; padding: 100px 36px 40px; position: absolute; left: 0; bottom: 0; font-weight: 500; width: 100%; background: linear-gradient(transparent, rgba(0, 0, 0, 0.5)); }
.project-more a { display: block; width: 80px; margin: 30px auto; color: #111; text-align: center; font-weight: 700; }
.project-more .plus { width: 60px; height: 60px; position: relative; display: block; margin: 0 auto 20px; }
.project-more .plus:after { content: ''; width: 2px; height: 60px; position: absolute; left: 50%; margin-left: -1px; top: 0; background: #eb2a2e; }
.project-more .plus:before { content: ''; width: 60px; height: 2px; position: absolute; top: 50%; margin-top: -1px; left: 0; background: #eb2a2e; }
/* project view */
.project-view { padding-top: 200px }
.project-view h4 { font-size: 34px; color: #111; font-weight: 500; margin-bottom: 20px; }
.project-view p { line-height: 1.8; }
.project-view .sub-txt h3 { font-size: 55px; }
.project-view .prj-info { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: end; width: 100%; padding: 50px 0 100px; }
.project-view .prj-info .img { width: 70%; max-width: 977px; }
.project-view .prj-info .txt { width: 30%; max-width: 327px; }
.project-view .prj-info .txt h4 { font-size: 30px; border-bottom: 1px solid #ddd; display: block; font-weight: 500; color: #111; }
.project-view .prj-info .txt h4 span { padding-bottom: 10px; border-bottom: 2px solid #eb2a2e; margin-bottom: -1px; }
.project-view .prj-info .txt p { font-size: 15px; margin: 15px 0; position: relative; padding-left: 120px; color: #111; font-weight: 600; min-height: 27px; }
.project-view .prj-info .txt b { color: #999999; position: absolute; left: 0; top: 0; font-size: 1.1em; font-weight: 500; }
.project-view .prj-about { background: url(../../images/itm_bglogo.png)no-repeat; padding: 80px 0; }
.project-view .prj-about .inner > p { padding-right: 140px; }
.project-view .prj-images { padding: 80px 0 0; margin: 0 auto; }
.project-view .prj-images ul { display: flex; justify-content: start; flex-wrap: wrap; width: 100%; border-bottom: 1px solid #111; margin-bottom: 40px; padding-bottom: 4%; }
.project-view .prj-images li { width: 31.33%; margin-right: 3%; margin-bottom: 3%; position: relative; overflow: hidden; line-height: 0; cursor: pointer; }
.project-view .prj-images li:nth-child(3n) { margin-right: 0; }
.project-view .prj-images li .img { position: relative; width: 100%; height: 0; padding-bottom: 140%; }
.project-view .prj-images li img { width: 100%; height: 100%; object-fit: cover; position: absolute; left: 0; top: 0; -webkit-transition: 0.5s; transition: 0.5s; }
.project-view .prj-images li:hover img { -o-transform: scale(1.1); -ms-transform: scale(1.1); -moz-transform: scale(1.1); -webkit-transform: scale(1.1); transform: scale(1.1); }
.project-view .prj-pop { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); z-index: 99; display: none; }
.project-view .prj-pop .pop-wr { display: flex; align-items: center; justify-content: center; width: 90%; height: 100%; max-width: 1360px; margin: 0 auto; position: relative; }
.project-view .prj-pop .project-slider { max-width: 1160px; width: 90%; overflow: hidden; position: relative; }
.project-view .prj-pop .swiper-button-prev, .prj-pop .swiper-button-next { color: #fff; }
.project-view .pop-close { background: transparent; border: 0; color: #fff; font-size: 55px; position: absolute; right: 0; top: 50%; margin-top: -423px; }
.project-view .prj-pop .project-slider img { vertical-align: top; width: 100%; }
/* recruitment */
.recruitment { }
.recruit-cont h3 { font-size: 32px; color: #111; margin-bottom: 40px; }
.recruit-cont .process { background-color: #F9F9F9; padding: 120px 0; }
.recruit-cont .process ul { display: flex; flex-wrap: wrap; justify-content: space-between; text-align: center; }
.recruit-cont .process ul li { width: 22%; padding: 70px 30px; border: 1px solid #ddd; background-color: #fff; position: relative; }
/*.recruit-cont .process ul li::before{content: '';position: absolute;display: inline-block;width: 50px;height: 2px;background-color: red;top: -1px;left: 50%;transform: translate(-50% , 0);}*/
.recruit-cont .process ul li .ico_box:before { content: ''; width: 0; height: 2px; background: #eb2a2e; position: absolute; left: 0; top: 0; z-index: 1; transition-delay: 0s; }
.recruit-cont .process ul li .ico_box:after { content: ''; width: 2px; height: 0; background: #eb2a2e; position: absolute; right: 0; top: 0; z-index: 1; transition-delay: 0s; }
.recruit-cont .process ul li .text-box:before { content: ''; width: 0; height: 2px; background: #eb2a2e; position: absolute; right: 0; bottom: 0; z-index: 1; transition-delay: 0s; }
.recruit-cont .process ul li .text-box:after { content: ''; width: 2px; height: 0; background: #eb2a2e; position: absolute; left: 0; bottom: 0; z-index: 1; transition-delay: 0s; }
@media screen and (min-width:769px) {
.recruit-cont .process ul li:hover .ico_box:before { width: 100%; transition: all linear .3s; transition-delay: 0s; }
.recruit-cont .process ul li:hover .ico_box:after { height: 100%; transition: all linear .3s; transition-delay: .3s; }
.recruit-cont .process ul li:hover .text-box:before { width: 100%; transition: all linear .3s; transition-delay: .6s; }
.recruit-cont .process ul li:hover .text-box:after { height: 100%; transition: all linear .3s; transition-delay: .9s; }
}
.recruit-cont .process ul li::after { content: ''; width: 19px; height: 18px; display: inline-block; position: absolute; background: url(../../images/arrow_db.png)no-repeat; top: 50%; right: -40px; }
.recruit-cont .process ul li:last-child::after { display: none; }
.recruit-cont .process ul .ico_span { border: 1px solid #000; width: 70px; height: 70px; }
.recruit-cont .process ul .text-box { margin-top: 30px; }
.recruit-cont .process ul h4 { font-size: 22px; color: #111; position: relative; z-index: 3; display: inline-block; margin-bottom: 10px; }
.recruit-cont .process ul li h4::after { content: '01'; position: absolute; font-weight: 800; font-size: 36px; color: #F3F3F3; top: -25px; right: -30px; z-index: -1; }
.recruit-cont .process ul li:nth-of-type(2) h4::after { content: '02'; }
.recruit-cont .process ul li:nth-of-type(3) h4::after { content: '03'; }
.recruit-cont .process ul li:nth-of-type(4) h4::after { content: '04'; }
.recruit-cont .process ul .text-p { margin-top: 10px; font-weight: 500; }
.recruit-cont .hrms { padding: 120px 0; }
.recruit-cont .hrms h4 { font-size: 26px; color: #111; margin-top: 30px; }
.recruit-cont .hrms .rank > p { margin-top: 10px; font-weight: 500; }
.recruit-cont .hrms .rank > ul { margin-top: 30px; padding: 30px; display: flex; flex-wrap: wrap; text-align: center; justify-content: center; }
.recruit-cont .hrms .rank > ul li { background-color: #f2f2f2; width: 130px; height: 130px; line-height: 130px; border-radius: 100px; color: #111; font-size: 18px; font-weight: 600; position: relative; transition: all ease .3s; margin-right: 42px; margin-bottom: 20px; }
.recruit-cont .hrms .rank > ul li::after { content: ''; position: absolute; display: inline-block; right: -25px; top: 58px; color: #111; background: url(../../images/arrow_b.png)no-repeat; width: 6px; height: 12px; opacity: .5; }
.recruit-cont .hrms .rank > ul li::before { content: ''; width: 100%; height: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); background: #FBF1F2; border-radius: 50%; z-index: -1; transition: all ease .6s; opacity: 0; }
.recruit-cont .hrms .rank > ul li:last-child { margin-right: 0; }
.recruit-cont .hrms .rank > ul li:last-child::after { display: none; }
.recruit-cont .hrms .rank > ul li.active { background-color: #E63C3F; color: #fff; }
.recruit-cont .hrms .rank > ul li.active::before { content: ''; width: 120%; height: 120%; opacity: 1; }
.recruit-cont .hrms .policy > h4 { margin-top: 60px; padding: 20px 0; }
.recruit-cont .hrms .policy > ul { border-bottom: 1px solid #ddd; border-top: 1px solid #ddd; display: flex; flex-wrap: wrap; }
.recruit-cont .hrms .policy > ul > li { width: 33.33%; padding: 70px 35px; }
.recruit-cont .hrms .policy > ul li span { color: #E63C3F; font-weight: 800; }
.recruit-cont .hrms .policy > ul li h5 { font-size: 26px; color: #111; }
.recruit-cont .hrms .policy > ul li ul { margin: 15px 0; }
.recruit-cont .hrms .policy > ul li ul li { padding-left: 15px; position: relative; font-weight: 500; line-height: 1.8; }
.recruit-cont .hrms .policy > ul li ul li::before { content: ''; width: 3px; height: 3px; background-color: #111; display: inline-block; position: absolute; left: 3px; top: 10px; }
.recruit-cont .hrms .policy > ul li b { margin-top: 10px; display: block; font-size: 18px; color: #111; font-weight: 600; }
.recruit-cont .hrms .policy > ul li.active ul { margin-top: 0; }
.recruit-cont .welfare { background-color: #F9F9F9; padding: 120px 0 150px; }
.recruit-cont .welfare ul { border-top: 2px solid #000; }
.recruit-cont .welfare ul li { width: 100%; display: flex; align-items: center; padding: 55px 50px; border-bottom: 1px solid #ddd; flex-wrap: wrap; }
.recruit-cont .welfare ul li dl { display: flex; align-items: center; width: 50%; }
.recruit-cont .welfare ul li dl dt { width: 100px; }
.recruit-cont .welfare ul li dl dd { width: calc(100% - 100px); }
.recruit-cont .welfare ul li dl dd h5 { font-size: 22px; color: #111; font-weight: 700; }
.recruit-cont .welfare ul li dl dd p { margin-top: 10px; font-weight: 500; }
/* contactus */
.contactus .required { display: inline-block; color: #eb2a2e; font-size: 18px; margin-left: 5px; vertical-align: top; font-weight: 500; }
.contactus .contactus-cont { padding-bottom: 150px; }
.contactus .contactus-cont select { width: 100%; height: 100%; border: none; font-size: 18px; padding: 11px 0; border-bottom: 1px solid #ddd; -webkit-transition: all 0.30s ease-in-out; color: #afafaf; font-weight: 500; background: url(../../images/board/sel-arrow.png) no-repeat center right; padding-right: 30px; }
.contactus .contactus-cont input[type=text] { width: 100%; height: 100%; border: none; font-size: 18px; padding: 15px 0; border-bottom: 1px solid #ddd; -webkit-transition: all 0.30s ease-in-out; color: #afafaf; font-weight: 500; }
.contactus .contactus-cont input[type=text]:focus, .contactus .contactus-cont select:focus { outline: none; border-bottom: 1px solid #000; }
.contactus .contactus-cont input[type=text]::placeholder {
 font-weight: 500;
 color: #afafaf;
}
.contactus .contactus-cont textarea { width: 100%; padding: 40px; font-size: 18px; }
.contactus .contactus-cont textarea::placeholder {
 font-weight: 500;
 color: #afafaf;
}
.contactus .checkbox { display: inline-block; position: relative; }
.contactus .checkbox input[type=checkbox] + label { font-size: 18px; color: #111; position: relative; }
.contactus .contactus-cont .send-btn { text-align: center; margin-top: 50px; }
.contactus .contactus-cont .send-btn a { display: inline-block; padding: 20px 70px; border: 2px solid #eb2a2e; color: #eb2a2e; font-weight: 600; transition: all ease 0.3s; }
.contactus .contactus-cont .send-btn a:hover { background-color: #eb2a2e; color: #fff; }
.contactus .contactus-form { margin-bottom: 20px; display: flex; justify-content: space-between; flex-wrap: wrap; }
.contactus .contactus-form dl { margin-top: 75px; width: 48%; }
.contactus .contactus-form dl dt { font-size: 22px; color: #111; font-weight: 700; position: relative; margin-bottom: 20px; }
.contactus .contactus-form dl.email dd { display: flex; justify-content: space-between; flex-wrap: wrap; }
.contactus .contactus-form dl.email dd input { width: 100%; }
.contactus .contactus-form dl.title { width: 100%; }
.contactus .contactus-form dl.content { width: 100%; }
.contactus .information { background: url('../../images/sub/contactus_bg.jpg') no-repeat center center / cover; }
.contactus .information .inner { padding: 150px 0 125px; display: flex; justify-content: space-between; flex-wrap: wrap; }
.contactus .information .sub-tit { margin: 50px 0; text-align: left; }
.contactus .information .sub-tit h3 { font-size: 67px; color: #fff; font-weight: 600; line-height: 1; }
.contactus .information .sub-tit p { margin-top: 25px; font-size: 18px; color: #fff; opacity: 0.5; font-weight: 500; line-height: 1.8; }
.contactus .information .field { width: 45%; }
.contactus .information .field dl { display: flex; color: #fff; padding: 32px 60px; border: 1px solid #999999; margin: 10px 0; }
.contactus .information .field dl dt { width: 44%; font-size: 21px; font-weight: 600; }
.contactus .information .field dl dd { width: 55%; font-weight: 300; font-size: 16px; }
.contactus .information .field dl dd p { line-height: 1.8; }
/* news_letter */
.news_letter { display: block; width: 100%; margin: 0 auto; padding: 0; box-sizing: border-box; max-width: 100%; }
.news_letter .letter_visual { text-align: center; max-width: 1160px; margin: 0 auto; width: 90%; padding-bottom: 100px; }
.news-letter .srboardView .viewArea .viewTitle { text-align: center; }
.news-letter .srboardView .viewArea .viewTitle .subInfo { justify-content: center; }
.news-letter .srboardView .viewArea .viewTitle dt { position: relative; padding-right: 30px; font-family: 'Pretendard', 'Noto Sans KR', Dotum, Helvetica, AppleGothic, Gulim, 'Roboto', '굴림', Sans-serif; }
.news-letter .srboardView .viewArea .viewTitle dt:after { position: absolute; content: ''; width: 1px; height: 12px; display: inline-block; background-color: #000; top: 6px; right: 15px; }
.news-letter .srboardView .viewArea .viewCont { text-align: center; padding: 60px; border-bottom: 1px solid #111; }
.news-letter .srboardView .viewArea .fileArea { display: none; }
.news_letter .srboardList { background: #f8f8f8; padding: 60px 0 0; }
/* jobposting */
.jobposting .posting-list ul { border-top: 2px solid #000; margin-bottom: 60px; }
.jobposting .posting-list ul .top { padding: 30px }
.jobposting .posting-list ul .top b { color: #222; }
.jobposting .posting-list ul .top b:nth-of-type(1) { width: 5%; }
.jobposting .posting-list ul .top b:nth-of-type(2) { width: 8%; }
.jobposting .posting-list ul .top b:nth-of-type(3) { width: 59%; }
.jobposting .posting-list ul .top b:nth-of-type(4) { width: 20%; }
.jobposting .posting-list ul .top b:nth-of-type(5) { width: 6%; }
.jobposting .posting-list ul li { border-bottom: 1px solid #ddd; display: flex; align-items: center; text-align: center; padding: 16px 30px; font-weight: 500; font-size: 16px; }
.jobposting .posting-list ul li p { font-size: 15px; padding: 0 10px; }
.jobposting .posting-list ul li p:nth-of-type(1) { width: 5%; }
.jobposting .posting-list ul li p:nth-of-type(2) { width: 8%; }
.jobposting .posting-list ul li p:nth-of-type(3) { width: 59%; text-align: left; }
.jobposting .posting-list ul li p:nth-of-type(4) { width: 20%; }
.jobposting .posting-list ul li p:nth-of-type(5) { width: 6%; }
.jobposting .posting-list ul li a { display: inline-block; border-bottom: 1px solid transparent; }
.jobposting .posting-list ul li a:hover { color: #eb2a2e; border-bottom: 1px solid #eb2a2e; font-weight: 700; }
.jobposting .posting-list ul li > span { width: 5.8%; padding: 6px 0; display: inline-block; border-radius: 3px; background-color: #B5B5B5; color: #fff; font-size: 14px; }
.jobposting .posting-list ul li > .on { background-color: #eb2a2e; color: #fff; }
.jobposting .app-btn { text-align: center; margin-bottom: 50px; }
.jobposting .app-btn a { border: 1px solid #000; display: inline-block; background-color: #111; color: #fff; padding: 20px 55px; font-weight: 600; }
/* location */
.location .location-cont { padding-bottom: 160px; }
.location .location-cont .location-info { padding: 50px 0; padding-left: 60px; border: 1px solid #232429; width: 65%; margin-left: auto; background-color: #232429; position: relative; top: -100px; margin-bottom: -100px; }
.location .location-cont .location-info .logo { padding-bottom: 25px; width: 100%; border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
.location .location-cont .location-info .logo span { width: 70px; height: 36px; }
.location .location-cont .location-info .logo b { vertical-align: text-top; color: #fff; font-weight: 400; font-size: 18px; margin-left: 5px; }
.location .location-cont .location-info .address { display: flex; justify-content: flex-start; margin-top: 20px; }
.location .location-cont .location-info .address li { margin-right: 60px; display: flex; align-items: center; }
.location .location-cont .location-info .address li dt { margin-right: 25px; font-size: 19px; color: #fff; }
.location .location-cont .location-info .address li dd { color: #fff; font-size: 17px; opacity: 0.7; font-weight: 300; }
.location .location-cont .visiting { display: flex; border: 1px solid #ddd; border-top: 2px solid #000; padding: 30px 120px 30px 0; position: relative; margin-top: 80px; }
.location .location-cont .visiting .guide { width: 38%; display: flex; align-items: center; justify-content: center; }
.location .location-cont .visiting .guide h5 { font-size: 28px; color: #111; font-weight: 600; }
.location .location-cont .visiting .transportation { width: 62%; }
.location .location-cont .visiting .transportation ul li { padding: 35px 0; border-bottom: 1px solid #ddd; }
.location .location-cont .visiting .transportation ul li b { font-size: 20px; font-weight: 700; color: #111; }
.location .location-cont .visiting .transportation ul li p { color: #111; font-weight: 500; margin-top: 20px; }
.location .location-cont .visiting .transportation ul li div { margin-top: 10px; }
.location .location-cont .visiting .transportation ul li div dl { display: flex; padding: 5px 0; }
.location .location-cont .visiting .transportation ul li div dl dt { margin-right: 15px; width: 75px; text-align: center; border-radius: 45px; font-size: 14px; padding: 2px 0; color: #fff; }
.location .location-cont .visiting .transportation ul li div dl dd { color: #111; font-weight: 500; }
.location .location-cont .visiting .transportation ul .bus { }
.location .location-cont .visiting .transportation ul .bus span { vertical-align: sub; font-size: 18px; font-weight: 500; }
.location .location-cont .visiting .transportation ul .bus div dl:nth-of-type(1) dt { background-color: #6AACC2; }
.location .location-cont .visiting .transportation ul .bus div dl:nth-of-type(2) dt { background-color: #7AB072; }
.location .location-cont .visiting .transportation ul .subway { }
.location .location-cont .visiting .transportation ul .subway div dt { background-color: #C5BE63; }
.location .location-cont .visiting .transportation ul .car { border: none; }
/* service */
.service .management-cont h3 { font-size: 32px; color: #111; margin-bottom: 40px; }
.service .management-cont .process ul { display: flex; flex-wrap: wrap; margin: 0 -25px; }
.service .management-cont .process ul li { width: 33.33%; padding: 0 25px; padding-bottom: 30px; }
.service .management-cont .process ul li .img-box { overflow: hidden; }
.service .management-cont .process ul li .img-box img { transition: all ease .3s; vertical-align: top; }
.service .management-cont .process ul li .point { position: relative; text-align: center; padding: 35px 0; width: 80%; margin: -80px auto 0; background-color: #fff; z-index: 2; border-bottom: 1px solid #ddd; }
.service .management-cont .process ul li .point span { color: #eb2a2e; font-size: 15px; font-weight: 600; }
.service .management-cont .process ul li .point h4 { font-size: 22px; color: #111; font-weight: 800; }
.service .management-cont .process ul li:hover .img-box img { transform: scale(1.1); }
.service .management-cont .process ul li .text-box { padding: 30px 35px; }
.service .management-cont .process ul li .text-box p { position: relative; line-height: 1.8; font-size: 16px; color: #666666; font-weight: 500; }
.service .management-cont .process ul li .text-box p::before { position: absolute; content: ''; width: 3px; height: 3px; background-color: #111; display: inline-block; left: -10px; top: 10px; }
.service .cm-introduction { background-color: #F9F9F9; padding: 120px 0; }
.service .cm-introduction .cm-circle { display: flex; width: 85%; margin: 0 auto; justify-content: space-between; margin-top: 80px; }
.service .cm-introduction .cm-circle li .logo { width: 140px; height: 140px; border-radius: 100%; display: flex; justify-content: center; align-items: center; background-color: #fff; transition: all ease .3s; border: 2px solid transparent; }
.service .cm-introduction .cm-circle li:hover .logo { border-color: #eb2a2e }
.service .cm-introduction .cm-circle li .text { text-align: center; margin-top: 30px; }
.service .cm-introduction .cm-circle li .text p { font-size: 18px; color: #666; font-weight: 500; }
.service .main-task { padding: 120px 0; }
.service .main-task .table-task { display: flex; justify-content: flex-end; }
.service .main-task .table-task ul { display: flex; justify-content: space-between; width: calc(100% - 120px); }
.service .main-task .table-task ul li { width: 320px; padding: 20px 0; text-align: center; background-color: #232429; color: #fff; position: relative; font-size: 20px; font-weight: 600; display: flex; align-items: center; justify-content: center; }
.service .main-task .table-task ul li::after { content: ''; width: 1px; height: 20px; display: inline-block; background-color: #ddd; position: absolute; right: 0; top: 50%; margin-top: -10px; }
.service .main-task .table-task ul li:last-child:after { display: none; }
.service .main-task .table-task-list { border-top: 1px solid #ddd; border-right: 1px solid #ddd; }
.service .main-task .table-task-list ul { display: flex; }
.service .main-task .table-task-list ul .level { width: 120px; text-align: center; display: flex; justify-content: center; align-items: center; color: #555; font-size: 17px; font-weight: 700; background-color: #f8f8f8; }
.service .main-task .table-task-list ul li { width: 320px; padding: 35px; border: 1px solid #ddd; border-top: 0; border-right: 0; }
.service .main-task .table-task-list ul li p { line-height: 1.8; position: relative; font-weight: 500; }
.service .main-task .table-task-list ul li p::before { position: absolute; content: ''; width: 3px; height: 3px; display: inline-block; background-color: #111; left: -10px; top: 12px; }
.service .pre-con { padding: 120px 0; background-color: #F9F9F9; }
.service .pre-con h3 { margin-bottom: 15px; }
.service .pre-con ul li { padding-left: 20px; position: relative; line-height: 1.8; font-weight: 500; }
.service .pre-con ul li::before { position: absolute; content: ''; width: 3px; height: 3px; display: inline-block; background-color: #111; left: 5px; top: 10px; }
.service .pre-con .pre-con-diagram { margin-top: 50px; border: 1px solid #ddd; background: #fff; padding: 50px; display: flex; flex-wrap: wrap; justify-content: space-between; }
.service .design-cont { background-color: #F9F9F9; padding: 120px 0; }
.service .design-cont h3 { font-size: 32px; color: #111; margin-bottom: 40px; }
.service .design-cont ul { display: flex; justify-content: space-between; }
.service .design-cont ul li { width: calc(33.33% - 25px); border: 1px solid #ddd; text-align: center; padding: 40px; background-color: #fff; transition: all ease .3s; }
.service .design-cont ul li .design-icon { padding: 50px 0; }
.service .design-cont ul li p { line-height: 1.8; padding: 20px 0; font-size: 16px; color: #666; font-weight: 500; }
.service .design-cont ul li h4 { font-size: 24px; color: #eb2a2e; font-size: 24px; }
.service .design-cont ul li span { font-size: 15px; color: #999; font-weight: 500; }
.service .design-cont ul li:hover { background: #eb2a2e; }
.service .design-cont ul li:hover img { filter: brightness(0) invert(1); }
.service .design-cont ul li:hover h4 { color: #fff; }
.service .design-cont ul li:hover p { color: #fff; }
.service .design-cont ul li:hover span { color: #fff }
.service .design-value { background-color: #fff; padding: 160px 0; }
.service .design-value h3 { font-size: 33px; color: #111; margin-bottom: 40px; font-weight: 700; }
.service .design-value .value-content { text-align: right; position: relative; }
.service .design-value .value-left { position: absolute; top: 0; transition: all ease .3s; }
.service .design-value .value-left.fixed { position: fixed; top: 120px }
.service .design-value .value-left ul { padding-left: 40px; margin-top: 80px; }
.service .design-value .value-left ul li { line-height: 3; }
.service .design-value .value-left ul li span { font-size: 17px; color: #999; font-weight: 500; }
.service .design-value .value-left ul li span b { padding-left: 20px; position: relative; }
.service .design-value .value-left ul li span b::before { position: absolute; content: ''; width: 1px; height: 15px; display: inline-block; background-color: #dddddd; left: 10px; top: 1px; }
.service .design-value .value-left ul .on span { color: #eb2a2e; position: relative; }
.service .design-value .value-left ul .on span::before { position: absolute; content: ''; width: 25px; height: 2px; display: inline-block; background-color: #eb2a2e; top: 11px; left: -40px; }
.service .design-value .value-left ul .on span b::before { position: absolute; content: ''; width: 1px; height: 15px; display: inline-block; background-color: #efe0e0; left: 10px; top: 1px; }
.service .design-value .value-right { text-align: left; max-width: 920px; margin-left: auto; }
.service .design-value .value-right ul li .value-desc { margin-top: 30px; margin-bottom: 100px; }
.service .design-value .value-right ul li .value-desc b { font-size: 26px; color: #111; font-weight: 800; margin-bottom: 10px; display: inline-block; }
.service .design-value .value-right ul li .value-desc b span { font-size: 16px; color: #999; font-weight: 500; padding-left: 10px; vertical-align: baseline; }
.service .design-value .value-right ul li .value-desc p { line-height: 1.8; font-size: 16px; color: #666; font-weight: 500; }
.service .design-value .value-right ul li:last-child .value-desc { margin-bottom: 0; }
.service .technology-cont { background-color: #F9F9F9; padding: 120px 0; }
.service .technology-cont h3 { font-size: 33px; color: #111; margin-bottom: 10px; font-weight: 700; }
.service .eco-construct h3 { font-size: 33px; color: #111; margin-bottom: 10px; font-weight: 700; }
.service .technology-cont .process .technology-diagram { text-align: center; margin-top: 100px; position: relative; }
.service .technology-cont .process .technology-diagram:before { content: ''; transition: all ease .6s; transform: scale(.8); width: 125px; height: 82px; background: url('../../images/sub/service-logo.png') no-repeat center center / contain; position: absolute; left: 50%; top: 50%; margin-top: -150px; margin-left: -62.5px }
.service .technology-cont .process .technology-diagram:after { content: ''; width: 37%; height: 0; padding-bottom: 37%; border: 3px dotted #e8e8e8; border-radius: 50%; position: absolute; left: 31.3%; top: 0; z-index: -1; animation: rotate 60s linear infinite; }
.service .technology-cont .process .technology-diagram:hover:before { transform: scale(1); }
@keyframes rotate {  0% {
 transform: rotateZ(0deg);
}
 100% {
 transform: rotateZ(360deg);
}
}
.service .technology-cont .process .technology-diagram div:nth-child(1) { left: 37.5%; top: 7.8%; }
.service .technology-cont .process .technology-diagram div:nth-child(2) { right: 37.5%; top: 7.8%; }
.service .technology-cont .process .technology-diagram div:nth-child(3) { left: 31%; top: 34%; }
.service .technology-cont .process .technology-diagram div:nth-child(4) { right: 31%; top: 34%; }
.service .technology-cont .process .technology-diagram div:nth-child(5) { left: 37.3%; top: 60%; }
.service .technology-cont .process .technology-diagram div:nth-child(6) { right: 37.3%; top: 60%; }
.service .technology-cont .process .technology-diagram div:nth-child(7) { left: 50%; top: 68.7%; margin-left: -6px; }
.pulsating-circle { position: absolute; width: 10px; height: 10px; border-radius: 50%; }
.pulsating-circle:before { content: ""; position: relative; display: block; width: 300%; height: 300%; box-sizing: border-box; margin-left: -100%; margin-top: -100%; border-radius: 50%; background-color: #ffa5a7; -webkit-animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite; animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite; }
.pulsating-circle:after { content: ""; position: absolute; left: 0; top: 0; display: block; width: 100%; height: 100%; background-color: #ec2a2e; border-radius: 50%; box-shadow: 0 0 20px #fff; -webkit-animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite; animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite; }
@-webkit-keyframes pulse-ring {  0% {
 transform: scale(0.33);
}
 80%, 100% {
 opacity: 0;
}
}
@keyframes pulse-ring {  0% {
 transform: scale(0.33);
}
 80%, 100% {
 opacity: 0;
}
}
@-webkit-keyframes pulse-dot {  0% {
 transform: scale(0.7);
}
 50% {
 transform: scale(1);
}
 100% {
 transform: scale(0.7);
}
}
@keyframes pulse-dot {  0% {
 transform: scale(0.7);
}
 50% {
 transform: scale(1);
}
 100% {
 transform: scale(0.7);
}
}
.service #bim-fp-nav { position: fixed; z-index: 2; top: 50%; left: 65px; -webkit-transform: translate3d(0, 0, 0); opacity: 0; transition: all 0.3s; border-left: 1px solid #ddd; }
.service #bim-fp-nav.active-bar { opacity: 1; }
.service #bim-fp-nav.active-bar { position: fixed; left: 70px; top: 50%; border-left: 1px solid #ddd; display: none; }
.service #bim-fp-nav.active-bar.on { display: block; }
.service #bim-fp-nav ul li { position: relative; width: 150px; margin: 15px 0; }
.service #bim-fp-nav ul li a { display: block; position: relative; width: 100%; height: 20px; box-sizing: border-box; left: -2px; }
.service #bim-fp-nav ul li.on .fp-tooltip { color: #f02a2e; font-weight: 500; }
.service #bim-fp-nav ul li .fp-tooltip { position: absolute; overflow: hidden; left: 20px; top: 0; line-height: 20px; letter-spacing: 0; font-size: 14px; color: #787878; text-align: right; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; -ms-transition: all 0.3s; transition: all 0.3s; cursor: pointer; text-transform: uppercase; z-index: -1; }
.active-bar .line { position: absolute; top: 0; left: -1px; background-color: red; width: 1px; height: 30%; border-left: 1px solid red; display: block; transition: all 1s; }
.active-bar .line::before { content: ""; display: block; width: 5px; height: 7px; background: url(../../images/sub/cost_titdot.png)no-repeat; position: absolute; bottom: -3px; left: 50%; transform: translateX(-50%); }
.service.technology h5 { font-size: 29px; color: #111; font-weight: 700; margin-bottom: 10px; }
.service.technology .greenT { color: #136f80 }
.service.technology h5 span { vertical-align: baseline; font-size: 18px; color: #999; font-weight: 500; padding-left: 15px; position: relative; }
.service.technology h5 span::before { position: absolute; content: ''; width: 1px; height: 17px; display: inline-block; background-color: #ddd; left: 4px; top: 2px; }
.service .bim { background-color: #fff; padding: 120px 0; }
.service .bim .rank { margin-top: 50px; }
.service .bim .rank li { display: flex; margin-bottom: 100px; flex-wrap: wrap; justify-content: space-between; }
.service .bim .rank li > div { width: 50%; }
.service .bim .rank li .bim-desc { padding: 60px 120px 0 120px; }
.service .bim .rank li .bim-desc h5 { font-size: 27px; color: #111; font-weight: 700; }
.service .bim .rank li .bim-desc p { font-size: 16px; color: #666; font-weight: 500; padding: 10px 0; line-height: 1.8; }
.service .bim .rank li .bim-desc .bim-desc-line { border-top: 1px solid #ddd; }
.service .bim .itm-bim ul { display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 40px; }
.service .bim .itm-bim ul li { width: calc(50% - 30px); text-align: center; margin-bottom: 40px; }
.service .bim .itm-bim ul li p { padding: 10px 0; font-size: 19px; color: #111; font-weight: 600; }
.service .bim .bim-cost b { font-size: 27px; padding-left: 10px; position: relative; }
.service .bim .bim-cost b::before { position: absolute; content: ''; display: inline-block; background: url(../../images/sub/cost_titdot.png)no-repeat; left: 0; top: 0; width: 5px; height: 7px; }
.service .bim .bim-cost b span { padding-left: 0px; font-size: 17px; color: #666; }
.service .bim .bim-cost b span::before { display: none; }
.service .bim .bim-cost ul { display: flex; margin-top: 40px; flex-wrap: wrap; justify-content: space-between; }
.service .bim .bim-cost ul li { width: calc(25% - 2px); text-align: center; padding: 75px 0; background-color: #f8f8f8; margin-bottom: 2px; }
.service .bim .bim-cost ul li span { display: inline-block; width: 55px; height: 55px; }
.service .bim .bim-cost ul li:nth-of-type(1) span { background: url(../../images/sub/cost_ico01.png)no-repeat center center; }
.service .bim .bim-cost ul li:nth-of-type(2) span { background: url(../../images/sub/cost_ico04.png)no-repeat center center; }
.service .bim .bim-cost ul li:nth-of-type(3) span { background: url(../../images/sub/cost_ico05.png)no-repeat center center; }
.service .bim .bim-cost ul li:nth-of-type(4) span { background: url(../../images/sub/cost_ico07.png)no-repeat center center; }
.service .bim .bim-cost ul li:nth-of-type(1).active span { background: url(../../images/sub/cost_ico01_active.png)no-repeat center center; }
.service .bim .bim-cost ul li:nth-of-type(2).active span { background: url(../../images/sub/cost_ico04_active.png)no-repeat center center; }
.service .bim .bim-cost ul li:nth-of-type(3).active span { background: url(../../images/sub/cost_ico05_active.png)no-repeat center center; }
.service .bim .bim-cost ul li:nth-of-type(4).active span { background: url(../../images/sub/cost_ico07_active.png)no-repeat center center; }
.service .bim .bim-cost ul li p { margin-top: 20px; font-size: 17px; }
.service .bim .bim-cost ul .active { background-color: #e03639; }
.service .bim .bim-cost ul .active p { color: #fff; }
.service .eco-construct { padding: 120px 0 60px; background-color: #f9f9f9; }
.service .eco-construct h6 { font-size: 27px; color: #111; font-weight: 700; margin-top: 50px; margin-bottom: 10px; }
.service .eco-construct ul { display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 30px; }
.service .eco-construct ul li { width: calc(33.33% - 40px); text-align: center; margin-bottom: 40px; }
.service .eco-construct ul li p { padding: 10px 0; font-size: 19px; color: #111; font-weight: 600; }
.service.technology .cost-smalltit { font-size: 22px; padding-left: 10px; position: relative; margin-top: 40px; display: inline-block; margin-bottom: 10px; }
.service.technology .cost-smalltit::before { position: absolute; content: ''; display: inline-block; background: url(../../images/sub/cost_titdot.png)no-repeat; left: 0; top: 0; width: 5px; height: 7px; }
.service .ve { padding: 120px 0; }
.service .ve ul li .bim-desc .awards-list { padding: 10px 0; }
.service .ve ul li .bim-desc .awards-list li { padding-left: 15px; margin-bottom: 0; position: relative; line-height: 1.8; }
.service .ve ul li .bim-desc .awards-list li::before { position: absolute; content: ''; width: 3px; height: 3px; display: inline-block; background-color: #111; left: 0; top: 12px; }
.service .icis-cont .icis-web { padding: 120px 0; background-color: #f9f9f9; }
.service .icis-cont .process .icis-web h3 { font-size: 33px; color: #111; margin-bottom: 10px; font-weight: 700; }
.service .icis-cont .icis-web .icis-diagram { margin-top: 40px; position: relative; }
.service .icis-cont .icis-web .icis-diagram > img { margin: 0 auto; }
.service .icis-cont .icis-web .database-circle { position: absolute; z-index: 2; left: 71%; top: 31.4%; width: 16%; height: 0; padding-bottom: 16%; }
.service .icis-cont .icis-web .database-wr { width: 100%; height: 100%; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #eb2a2e; color: #fff; text-align: center; position: absolute; left: 0; top: 0; }
.service .icis-cont .icis-web .database-wr p { color: #fff; line-height: 1.2; font-size: 20px; text-align: center; }
.service .icis-cont .icis-web .database-circle:before { content: ""; position: absolute; display: block; width: 150%; height: 150%; box-sizing: border-box; z-index: -1; margin-left: -25%; margin-top: -25%; border-radius: 50%; background-color: #ffa5a7; -webkit-animation: pulse-ring 2s cubic-bezier(0.215, 0.61, 0.355, 1) infinite; animation: pulse-ring 2s cubic-bezier(0.215, 0.61, 0.355, 1) infinite; }
.service .icis-cont .icis-web .ps { text-align: right; }
.service .icis-cont .icis-system { padding: 120px 0; }
.service .icis-cont .process .icis-system .icis-system-wr { display: flex; align-items: start; flex-wrap: wrap; }
.service .icis-cont .process .icis-system .icis-system-wr .icis-img-box { width: 60%; height: 600px; background: url(../../images/sub/icis_img02.png) no-repeat center center; border: 1px solid #ddd; position: relative; }
.service .icis-cont .process .icis-system .icis-system-wr .icis-center { position: absolute; left: 50%; top: 57%; text-align: center; transform: translate(-50%, -50%); }
.service .icis-cont .process .icis-system .icis-system-wr .icis-img-box ul { position: relative; height: 100%; }
.service .icis-cont .process .icis-system .icis-system-wr .icis-img-box ul li { position: absolute; width: 184px; height: 184px; border-radius: 100%; display: flex; justify-content: center; align-items: center; flex-direction: column; background-color: #fff; box-shadow: 5px 0px 15px 0px #dddddd; }
.service .icis-cont .process .icis-system .icis-system-wr .icis-img-box ul li:nth-of-type(1) { left: 50%; top: 7%; transform: translate(-50%); }
.service .icis-cont .process .icis-system .icis-system-wr .icis-img-box ul li:nth-of-type(2) { bottom: 7%; left: 16%; }
.service .icis-cont .process .icis-system .icis-system-wr .icis-img-box ul li:nth-of-type(3) { bottom: 7%; right: 16%; }
.service .icis-cont .process .icis-system .icis-system-wr .icis-img-box ul li:nth-of-type(1) span { background: url(../../images/sub/icis_ico01.png)no-repeat center center/contain; }
.service .icis-cont .process .icis-system .icis-system-wr .icis-img-box ul li:nth-of-type(2) span { background: url(../../images/sub/icis_ico02.png)no-repeat center center/contain; }
.service .icis-cont .process .icis-system .icis-system-wr .icis-img-box ul li:nth-of-type(3) span { background: url(../../images/sub/icis_ico03.png)no-repeat center center/contain; }
.service .icis-cont .process .icis-system .icis-system-wr .icis-img-box ul li span { width: 55px; height: 55px; display: block; }
.service .icis-cont .process .icis-system .icis-system-wr .icis-img-box ul li p { margin-top: 10px; }
.service .icis-cont .process .icis-system .icis-system-wr .icis-img-box ul li.active { background-color: #EB2A2D; }
.service .icis-cont .process .icis-system .icis-system-wr .icis-img-box ul li.active p { color: #fff; }
.service .icis-cont .process .icis-system .icis-system-wr .icis-img-box ul li.active:nth-of-type(1) span { background: url(../../images/sub/icis_ico01_active.png)no-repeat center center/contain; }
.service .icis-cont .process .icis-system .icis-system-wr .icis-img-box ul li.active:nth-of-type(2) span { background: url(../../images/sub/icis_ico02_active.png)no-repeat center center/contain; }
.service .icis-cont .process .icis-system .icis-system-wr .icis-img-box ul li.active:nth-of-type(3) span { background: url(../../images/sub/icis_ico03_active.png)no-repeat center center/contain; }
.service .icis-cont .process .icis-system .icis-system-wr .icis-text-box { width: 40%; padding: 70px 0 0 140px; }
.service .icis-cont .process .icis-system .icis-system-wr .icis-text-box h4 { font-size: 27px; color: #111; font-weight: 700; }
.service .icis-cont .process .icis-system .icis-system-wr .icis-text-box p { font-size: 16px; color: #666; font-weight: 500; margin-top: 20px; }
.service .icis-cont .process .icis-system .icis-system-wr .icis-text-box ul { margin-top: 30px; }
.service .icis-cont .process .icis-system .icis-system-wr .icis-text-box ul li { padding-left: 15px; position: relative; line-height: 1.8; font-size: 16px; color: #666; font-weight: 500; }
.service .icis-cont .process .icis-system .icis-system-wr .icis-text-box ul li::before { content: ''; width: 3px; height: 3px; display: inline-block; position: absolute; background-color: #111; left: 0; top: 13px; }
.service .icis-cont .process .icis-uses { padding: 120px 0; background-color: #f9f9f9; }
.service .icis-cont .process h3 { font-size: 33px; color: #111; font-weight: 700; margin-bottom: 15px; }
.service .icis-cont .process p { font-size: 16px; color: #666; font-weight: 500; line-height: 1.8; }
.service .icis-cont .process .icis-uses ul { display: flex; justify-content: center; margin-top: 100px; }
.service .icis-cont .process video { margin-top: 40px; }
.service .icis-cont .process .icis-uses ul li { margin: 0 50px; position: relative; }
.service .icis-cont .process .icis-uses ul .dot-mom::after { content: ''; position: absolute; display: inline-block; width: 22px; height: 3px; background: url(../../images/sub/icis-dot.png)no-repeat; right: -60px; top: 125px; }
.service .icis-cont .process .icis-uses ul li .uses-circle { width: 244px; height: 244px; border: 25px solid #000; border-radius: 100%; margin: 0 auto; }
.service .icis-cont .process .icis-uses ul li .uses-circle span { font-size: 15px; font-weight: 700; color: #eb2a2e; }
.service .icis-cont .process .icis-uses ul li .uses-circle p { font-size: 22px; color: #111; font-weight: 700; margin-top: 10px; }
.service .icis-cont .process .icis-uses ul li:nth-of-type(1) .uses-circle { border: 25px solid #f58788 }
.service .icis-cont .process .icis-uses ul li:nth-of-type(2) .uses-circle { border: 25px solid #f26163 }
.service .icis-cont .process .icis-uses ul li:nth-of-type(3) .uses-circle { border: 25px solid #f7484b }
.service .icis-cont .process .icis-uses ul li .uses-circle .in-circle { box-shadow: -2px 12px 20px 0px #e3e3e3; width: 100%; height: 100%; border-radius: 100%; display: flex; justify-content: center; align-items: center; flex-direction: column; text-align: center; box-shadow: 11px 9px 20px 0px #bf5456; }
.service .icis-cont .process .icis-uses ul li .text-box { margin-top: 50px; padding: 35px 70px 35px 40px; border: 2px solid #dddddd; border-radius: 10px; position: relative; min-height: 192px; }
.service .icis-cont .process .icis-uses ul li .text-box::before { position: absolute; content: ''; width: 2px; height: 52px; display: inline-block; background-color: #ddd; top: -52px; left: 50%; }
.service .icis-cont .process .icis-uses ul li .text-box h4 { font-size: 18px; color: #111; font-weight: 700; }
.service .icis-cont .process .icis-uses ul li .text-box ul { display: block; border: none; margin-top: 10px; }
.service .icis-cont .process .icis-uses ul li .text-box ul li { margin: 0; padding-left: 15px; position: relative; line-height: 1.8; font-size: 16px; color: #666; font-weight: 500; }
.service .icis-cont .process .icis-uses ul li .text-box ul li::before { content: ''; position: absolute; width: 3px; height: 3px; background-color: #111; top: 12px; left: 5px; }
/* society */
.society-cont { }
.society-cont .society-sec01 { padding: 40px 0 110px; background: url(../../images/sub/society_bg01.png)no-repeat 0% 100%; }
.society-cont .society-sec02 { padding: 110px 0 40px; background: url(../../images/sub/society_bg02.png)no-repeat 100% 0%; }
.society-cont .society-sec04 { padding: 80px 0 160px; background: url(../../images/sub/society_bg04.png)no-repeat 100% 100%; }
.society-cont .society-sec01 .box { display: flex; flex-wrap: wrap; justify-content: space-between; }
.society-cont .society-sec01 .society-box01 { }
.society-cont .society-sec01 .box .society-img { width: 50%; }
.society-cont .society-sec01 .box .society-img img { box-shadow: -10px -10px 20px rgba(0, 0, 0, 0.1); }
.society-cont .society-sec01 .box .society-desc { padding: 70px 84px 0 140px; width: 50%; }
.society-cont .society-sec02 .box .society-desc { padding: 70px 140px 0 84px; }
.society-cont .society-sec01 .box .society-desc h4 { font-size: 33px; font-weight: 700; color: #111; }
.society-cont .society-sec01 .box .society-desc ul { margin-top: 30px; }
.society-cont .society-sec01 .box .society-desc ul li { font-size: 16px; color: #666; font-weight: 500; line-height: 1.8; margin-bottom: 10px; padding-left: 15px; position: relative; }
.society-cont .society-sec01 .box .society-desc ul li::before { content: ''; position: absolute; display: inline-block; width: 3px; height: 3px; background: #111; left: 2px; top: 11px; }
.society-cont .society-sec01 p { margin-top: 30px; font-size: 16px; color: #666; font-weight: 500; line-height: 1.8; }
/* people */
.esg .people-imgbox { margin-bottom: 120px; }
.esg .people-cont { padding: 120px 0; background-color: #f9f9f9; }
.esg .people-cont h3 { font-size: 33px; color: #111; font-weight: 700; margin-bottom: 20px; }
.esg .people-cont p { font-size: 16px; color: #666; font-weight: 500; }
.esg .people-cont .implement-box { margin-top: 50px; display: flex; flex-wrap: wrap; margin-left: -10px; margin-right: -10px; }
.esg .people-cont .implement-box li { width: 25%; padding: 0 10px; margin-bottom: 20px; }
.esg .people-cont .implement-box li .box-list { background-color: #fff; padding: 45px; height: 250px; box-shadow: 0px 0px 20px 0px #ebebeb; position: relative; transition: all ease .3s; }
.esg .people-cont .implement-box li .box-list span { font-size: 15px; color: #999; font-weight: 600; }
.esg .people-cont .implement-box li .box-list h4 { font-size: 21px; color: #111; font-weight: 700; margin-top: 10px; }
.esg .people-cont .implement-box li .box-list .box-icon { text-align: right; margin-top: 10px; position: absolute; bottom: 35px; right: 35px; }
.esg .people-cont .implement-box li:hover .box-list { background: #eb2a2e; color: #fff; }
.esg .people-cont .implement-box li:hover .box-list img { filter: brightness(0) invert(1); }
.esg .people-cont .implement-box li:hover .box-list h4 { color: #fff }
.esg .people-cont .implement-box li:hover .box-list span { color: #fff }
/* ethical */
.esg .ethical-imgbox { margin-bottom: 120px; }
.esg .ethical-cont .ethical-sec01 { padding: 120px 0; background-color: #f9f9f9; }
.esg .ethical-cont .ethical-sec01 h3 { font-size: 33px; color: #111; font-weight: 700; margin-bottom: 10px; }
.esg .ethical-cont .ethical-sec01 .img-box { margin-top: 30px; }
.esg .ethical-cont .ethical-sec01 .img-box { position: relative; }
.esg .ethical-cont .ethical-sec01 .img-box .database-circle { position: absolute; z-index: 2; left: 71%; top: 31.4%; width: 16%; height: 0; padding-bottom: 16%; }
.esg .ethical-cont .ethical-sec01 .img-box .database-wr { width: 100%; height: 100%; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #eb2a2e; color: #fff; text-align: center; position: absolute; left: 0; top: 0; }
.esg .ethical-cont .ethical-sec01 .img-box .database-wr p { color: #fff; line-height: 1.2; font-size: 20px; text-align: center; }
.esg .ethical-cont .ethical-sec01 .img-box .database-circle:before { content: ""; position: absolute; display: block; width: 150%; height: 150%; box-sizing: border-box; z-index: -1; margin-left: -25%; margin-top: -25%; border-radius: 50%; background-color: #ffa5a7; -webkit-animation: pulse-ring 2s cubic-bezier(0.215, 0.61, 0.355, 1) infinite; animation: pulse-ring 2s cubic-bezier(0.215, 0.61, 0.355, 1) infinite; }
.ethical-cont { }
.esg .ethical-cont .ethical-sec02 { background-color: #fff; padding: 120px 0; }
.ethical-cont .ethical-sec02 ul { display: flex; flex-wrap: wrap; justify-content: space-between; text-align: center; margin-top: 40px; }
.ethical-cont .ethical-sec02 ul li { width: 23%; padding: 90px 30px; border: 1px solid #ddd; position: relative; }
/*.ethical-cont .ethical-sec02 ul li::before{content: '';position: absolute;display: inline-block;width: 50px;height: 2px;background-color: red;top: -1px;left: 50%;transform: translate(-50% , 0);}*/
.ethical-cont .ethical-sec02 ul li .ico_box:before { content: ''; width: 0; height: 2px; background: #eb2a2e; position: absolute; left: 0; top: 0; z-index: 1; transition-delay: 0s; }
.ethical-cont .ethical-sec02 ul li .ico_box:after { content: ''; width: 2px; height: 0; background: #eb2a2e; position: absolute; right: 0; top: 0; z-index: 1; transition-delay: 0s; }
.ethical-cont .ethical-sec02 ul li .text-box:before { content: ''; width: 0; height: 2px; background: #eb2a2e; position: absolute; right: 0; bottom: 0; z-index: 1; transition-delay: 0s; }
.ethical-cont .ethical-sec02 ul li .text-box:after { content: ''; width: 2px; height: 0; background: #eb2a2e; position: absolute; left: 0; bottom: 0; z-index: 1; transition-delay: 0s; }
@media screen and (min-width:769px) {
.ethical-cont .ethical-sec02 ul li:hover .ico_box:before { width: 100%; transition: all linear .3s; transition-delay: 0s; }
.ethical-cont .ethical-sec02 ul li:hover .ico_box:after { height: 100%; transition: all linear .3s; transition-delay: .3s; }
.ethical-cont .ethical-sec02 ul li:hover .text-box:before { width: 100%; transition: all linear .3s; transition-delay: .6s; }
.ethical-cont .ethical-sec02 ul li:hover .text-box:after { height: 100%; transition: all linear .3s; transition-delay: .9s; }
}
.ethical-cont .ethical-sec02 ul .ico_span { border: 1px solid #000; width: 70px; height: 70px; }
.ethical-cont .ethical-sec02 ul .text-box { margin-top: 30px; }
.ethical-cont .ethical-sec02 ul h4 { font-size: 24px; color: #eb2a2e; position: relative; z-index: 3; display: inline-block; margin-bottom: 20px; font-weight: 700; }
.ethical-cont .ethical-sec02 ul .text-box p { margin-top: 10px; font-weight: 500; }
.esg .ethical-cont .ethical-sec01 .promise { margin-top: 30px; }
.esg .ethical-cont .ethical-sec01 .promise h4 { border-bottom: 1px dashed #ddd; text-align: center; padding: 50px 0; font-size: 26px; color: #111; font-weight: 700; }
.esg .ethical-cont .ethical-sec01 .promise .promise-num { display: flex; flex-wrap: wrap; justify-content: space-between; margin: 40px auto 40px; max-width: 1300px; }
.esg .ethical-cont .ethical-sec01 .promise .promise-num li { width: 31%; }
.esg .ethical-cont .ethical-sec01 .promise .promise-num li > div { position: relative; background-color: #fff; padding: 50px 40px; border: 1px solid transparent; min-height: 234px; }
.esg .ethical-cont .ethical-sec01 .promise .promise-num li > div p { font-size: 16px; color: #666; font-weight: 500; }
.esg .ethical-cont .ethical-sec01 .promise .promise-num li:hover > div { border: 1px solid #000; }
.esg .ethical-cont .ethical-sec01 .promise .promise-num li strong { margin-top: 20px; text-align: right; font-size: 40px; font-weight: 900; color: #d6d6d6; position: absolute; right: 40px; bottom: 30px; }
.esg .ethical-cont .ethical-sec01 .promise .promise-num li:hover strong { color: #111; }
.esg .ethical-cont .ethical-sec01 .promise .promise-num li div::before { position: absolute; content: ''; width: 1px; height: 40px; border-left: 1px dashed #d6d6d6; left: 50%; top: -42px; }
.esg .ethical-cont .ethical-sec01 .promise .promise-num li:nth-of-type(1) > div::after { content: ''; position: absolute; width: 100%; right: 50%; top: -50px; height: 10px; background: #f8f8f8 }
.esg .ethical-cont .ethical-sec01 .promise .promise-num li:nth-of-type(3) > div::after { content: ''; position: absolute; width: 100%; left: 50%; top: -50px; height: 10px; background: #f8f8f8 }
/* safety */
.esg .safety-imgbox { margin-bottom: 120px; }
.esg .safety-cont h3 { font-size: 33px; color: #111; font-weight: 700; }
.esg .safety-cont p { font-size: 16px; color: #666; font-weight: 500; margin-top: 10px; }
.esg .safety-cont .safety-sec01 { padding: 120px 0 100px; background-color: #f9f9f9; }
.esg .safety-cont .safety-sec01 .img-box { margin-top: 30px; }
.esg .safety-cont .safety-sec01 .iso { display: flex; flex-wrap: wrap; margin-top: 50px; }
.esg .safety-cont .safety-sec01 .iso li { width: 31.333%; margin-right: 3%; margin-bottom: 3%; }
.esg .safety-cont .safety-sec01 .iso li:nth-child(3n) { margin-right: 0; }
.esg .safety-cont .safety-sec01 .iso li p { text-align: center; padding: 20px 0 0; font-size: 19px; font-weight: 500; color: #666; }
.esg .safety-cont .safety-sec02 { padding: 120px 0; background-color: #fff; }
.esg .safety-cont .safety-sec02 ul { display: flex; margin-top: 40px; flex-wrap: wrap; justify-content: space-between; }
.esg .safety-cont .safety-sec02 ul li { width: calc(25% - 2px); text-align: center; padding: 75px 0; background-color: #f8f8f8; margin-bottom: 2px; transition: all ease .3s; }
.esg .safety-cont .safety-sec02 ul li p { margin-top: 20px; font-size: 17px; transition: all ease .3s; }
.esg .safety-cont .safety-sec02 ul li:hover { background-color: #e03639; }
.esg .safety-cont .safety-sec02 ul li:hover p { color: #fff; }
.esg .safety-cont .safety-sec02 ul li span { display: inline-block; width: 55px; height: 55px; transition: all ease .3s; }
.esg .safety-cont .safety-sec02 ul li:last-child span { display: inline-block; width: 80px; height: 41px; }
.esg .safety-cont .safety-sec02 ul li:nth-of-type(1) span { background: url(../../images/sub/safety_icon01.png)no-repeat center center; }
.esg .safety-cont .safety-sec02 ul li:nth-of-type(2) span { background: url(../../images/sub/safety_icon02.png)no-repeat center center; }
.esg .safety-cont .safety-sec02 ul li:nth-of-type(3) span { background: url(../../images/sub/safety_icon03.png)no-repeat center center; }
.esg .safety-cont .safety-sec02 ul li:nth-of-type(4) span { background: url(../../images/sub/safety_icon04.png)no-repeat center center; }
.esg .safety-cont .safety-sec02 ul li:nth-of-type(5) span { background: url(../../images/sub/safety_icon05.png)no-repeat center center; }
.esg .safety-cont .safety-sec02 ul li:nth-of-type(6) span { background: url(../../images/sub/safety_icon06.png)no-repeat center center; }
.esg .safety-cont .safety-sec02 ul li:nth-of-type(7) span { background: url(../../images/sub/safety_icon07.png)no-repeat center center; }
.esg .safety-cont .safety-sec02 ul li:nth-of-type(8) span { background: url(../../images/sub/esg-logo.png)no-repeat center center; height: 80px; }
.esg .safety-cont .safety-sec02 ul li:nth-of-type(1):hover span { background: url(../../images/sub/safety_icon01_active.png)no-repeat center center; }
.esg .safety-cont .safety-sec02 ul li:nth-of-type(2):hover span { background: url(../../images/sub/safety_icon02_active.png)no-repeat center center; }
.esg .safety-cont .safety-sec02 ul li:nth-of-type(3):hover span { background: url(../../images/sub/safety_icon03_active.png)no-repeat center center; }
.esg .safety-cont .safety-sec02 ul li:nth-of-type(4):hover span { background: url(../../images/sub/safety_icon04_active.png)no-repeat center center; }
.esg .safety-cont .safety-sec02 ul li:nth-of-type(5):hover span { background: url(../../images/sub/safety_icon05_active.png)no-repeat center center; }
.esg .safety-cont .safety-sec02 ul li:nth-of-type(6):hover span { background: url(../../images/sub/safety_icon06_active.png)no-repeat center center; }
.esg .safety-cont .safety-sec02 ul li:nth-of-type(7):hover span { background: url(../../images/sub/safety_icon07_active.png)no-repeat center center; }
.esg .safety-cont .safety-sec02 ul li:nth-of-type(8):hover span { background: url(../../images/sub/esg-logo-w.png)no-repeat center center; }
.esg .safety-cont .safety-sec03 { padding: 120px 0; background-color: #f9f9f9; }
.esg .safety-cont .safety-sec03 .composition { padding: 60px 0; display: flex; flex-direction: column; position: relative; }
.esg .safety-cont .safety-sec03 .composition:after { content: ''; width: 100%; height: 1px; background: #e03639; position: absolute; left: 0; top: 50%; z-index: 0; }
.esg .safety-cont .safety-sec03 .composition .top-cont { display: flex; justify-content: space-around; align-items: center; position: relative; z-index: 2; }
.esg .safety-cont .safety-sec03 .composition .top-cont .left-circle { display: flex; position: relative; background-color: #f9f9f9; padding-right: 15px; }
.esg .safety-cont .safety-sec03 .composition .top-cont .left-circle::after { position: absolute; content: ''; width: 27px; height: 17px; display: inline-block; top: 50%; margin-top: -8.5px; right: -80px; background: url(../../images/sub/arrow_three.png)no-repeat; }
.esg .safety-cont .safety-sec03 .composition .top-cont .left-circle li { width: 270px; height: 270px; border-radius: 100%; border: 1px solid #eb2a2e; display: flex; flex-direction: column; justify-content: center; align-items: center; background-color: #f9f9f9; margin-right: -15px; }
.esg .safety-cont .safety-sec03 .composition .top-cont .left-circle li b { font-size: 25px; color: #eb2a2e; font-weight: 700; }
.esg .safety-cont .safety-sec03 .composition .top-cont .left-circle li p { margin-top: 0; }
.esg .safety-cont .safety-sec03 .composition .top-cont .right-circle { position: relative; background-color: #f9f9f9; left: -30px; }
.esg .safety-cont .safety-sec03 .composition .top-cont .right-circle li { width: 310px; height: 310px; border-radius: 100%; border: 1px solid #eb2a2e; display: flex; flex-direction: column; justify-content: center; align-items: center; background-color: #eb2a2e; border: 20px solid #fef2f3; }
.esg .safety-cont .safety-sec03 .composition .top-cont .right-circle li b { font-size: 25px; color: #fff; font-weight: 700; }
.esg .safety-cont .safety-sec03 .composition .top-cont .right-circle li p { color: #fff; }
.esg .safety-cont .safety-sec03 .composition .top-cont .right-circle { position: relative; z-index: 2; }
.esg .safety-cont .safety-sec03 .composition .top-cont .right-circle:before { content: ""; position: absolute; display: block; width: 130%; height: 130%; box-sizing: border-box; z-index: -1; margin-left: -15%; margin-top: -15%; border-radius: 50%; background-color: #ffa5a7; -webkit-animation: pulse-ring 2s cubic-bezier(0.215, 0.61, 0.355, 1) infinite; animation: pulse-ring 2s cubic-bezier(0.215, 0.61, 0.355, 1) infinite; }
/* sub */
.privacy .sub-tit { margin: 160px 0 40px; }
.privacy-cont { margin: 0 0 120px; padding: 50px; border: 1px solid #ddd; min-height: 300px; color: #111; }
.privacy-cont h4 { font-size: 18px; margin: 30px 0 10px; }
.privacy-cont p { line-height: 2; }
.mo-img { display: none; }
/******************************************** responsive ********************************************/
@media screen and (max-width:1439px) {
/* history */
.history-fullpage .fp-section.fp-table, .history-fullpage .fp-slide.fp-table { height: auto !important; }
.history-fullpage .fp-tableCell { height: auto !important; padding-bottom: 130px; }
.history-fullpage .section:last-child .fp-tableCell, .history-fullpage .section:first-child .fp-tableCell { padding-bottom: 0; }
.history-fullpage .section.active .hs-img, .history-fullpage .section.active .hs-list { transition-delay: 0s; }
.history-fullpage .section.active .typo p { transition-delay: 0s; }
.history-fullpage .section.active .typo h2 { transition-delay: 0.2s; }
.history-fullpage .section.active .typo p:last-child { transition-delay: 0.4s; }
}
@media (max-width: 1280px) {
/* value */
.value .durae { margin-bottom: 119px; margin-top: -25px; }
.value .durae .svg { top: 42%; transform: translateY(-50%); }
/* service */
.service .main-task .table-task ul { width: calc(100% - 109px); }
/* esg */
.esg .safety-cont .safety-sec03 .composition .top-cont .left-circle li { width: 170px; height: 170px; }
.esg .safety-cont .safety-sec03 .composition .top-cont .right-circle li { width: 210px; height: 210px; }
.esg .safety-cont .safety-sec03 .composition .top-cont .right-circle li b { font-size: 20px; }
}
@media(max-width:1024px) {
/* service */
.service .main-task .table-task ul { width: calc(100% - 101px); }
.service .management-cont .process ul li { width: 50%; }
/* esg */
.society-cont .society-sec01 .box { flex-direction: column; }
.society-cont .society-sec02 .box { flex-direction: column-reverse; }
.society-cont .society-sec04 .box { flex-direction: column-reverse; }
.society-cont .society-sec01 .box .society-img { margin: 0 auto; }
.society-cont .society-sec01 { background: none; padding: 0; }
.society-cont .society-sec02 { padding: 0; ; }
.society-cont .society-sec04 { padding: 0; padding-bottom: 100px; }
.society-cont .society-sec01 .box .society-desc { padding: 70px 0; margin: 0 auto; }
}
@media screen and (max-width:820px) {
.pc-img { display: none; }
.mo-img { display: block; }
/* header */
.sec-header .logo { width: 153px; height: 41px; }
.sec-header .hd-right .nav_a{ display: none; }
.sec-header .hd-inner { padding: 20px 4% }
.sec-header .lang { margin-right: 30px }
.sitemap { background-size: 70%; background-position: right bottom 10%; }
.nav > ul > li > a { font-size: 40px; text-indent: 5px; }
.nav > ul > li > ul > li > a { font-size: 18px; padding: 7px 14px; display: block; color: #fff; }
/* footer */
.sec-footer { padding-bottom: 40px; }
.sec-footer .ft-top { margin-bottom: 25px; }
.sec-footer .ft-top .inner { flex-wrap: wrap; }
.sec-footer .ft-link { margin-top: 20px; }
.sec-footer .ft-link a { margin-right: 20px; margin-left: 0; }
/* sub */
.sub-tit { margin: 60px 0 40px; }
.sub-tit h3 { font-size: 36px; }
.sub-txt { margin-bottom: 30px; }
.sub-txt h3 { font-size: 30px; }
.sub-txt h3 br { display: none; }
.sub-visual { height: 300px; }
.sub-visual-tit h1 { font-size: 50px; }
.sub-visual-tit p { font-size: 18px; }
.sub-nav { height: 60px; margin: -30px auto 30px; }
.sub-nav h2 { line-height: 60px; }
.sub-nav > div:not(.home) { padding: 0 15px; }
.sub-nav ul li a { height: 40px; padding: 0 15px; font-size: 14px; }
.sub-tabs { margin-bottom: 40px; }
.sub-tabs li a { height: 50px; line-height: 48px; font-size: 16px; }
.sub-tit .message .sub-txt h4 { font-size: 20px; }
.sub-tit .message .sub-txt h4 br { display: none; }
/* company */
.cpn-top { padding: 300px 0 100px; }
.cpn-top h2 { font-size: 80px; }
.cpn-top h2 img { max-height: 70px; margin-top: 10px; }
.cpn-cont .cpn-txt { padding-left: 0; }
.cpn-cont h3 { font-size: 36px; }
.cpn-cont h3 br { display: none; }
.cpn-cont p { font-size: 18px; }
.cpn-cont { top: 200px; }
.cpn-bg img { object-position: left; }
.cpn-power { padding: 100px 0 60px; }
.cpn-power ul { padding-top: 30px; }
.cpn-power ul li { width: 50%; margin-bottom: 0; }
.cpn-power ul li .animCounter { font-size: 40px; }
.cpn-power ul li .icon { width: 130px; height: 130px; padding: 40px; }
/* value */
.value .sub-txt h3 { font-size: 28px; }
.value .durae { margin-top: 0; margin-bottom: 50px; }
.value .durae .pc { display: none; }
.value .durae .mo { display: block; width: 100%; }
.value .value-slogan { padding: 60px 0; }
.value .value-slogan h4 { font-size: 26px; margin-bottom: 30px; }
.value .durae-tit:after { font-size: 100px; left: auto; right: 0; }
.value .value-slogan li { text-align: center; justify-content: center; }
.value .value-slogan li img { width: 150px; }
.value .value-slogan li .sub-txt { width: 100%; margin-bottom: 50px; }
/* greeting */
.greeting .greeting_cont { flex-wrap: wrap; }
.greeting .message { width: 100%; padding: 0 4%; }
.greeting .ceo-img { width: 100%; padding: 20px 60px 0 0; margin-top: 40px; }
.greeting_sign p, .greeting .message p { font-size: 16px; }
.greeting_sign { padding: 40px 4% 60px }
.leaders .leaders_cont > ul { margin-bottom: 50px; }
.leaders .leaders_cont > ul > li { width: 49% }
.leaders .leaders_cont > ul > li:nth-child(2n) { margin-right: 0; }
.leaders .leaders_cont p { font-size: 18px; margin: 15px 0; }
.leaders .leaders_cont small { font-size: 14px; }
.leader-view .leader-wide { height: 300px; }
.leader-view .leader-history { padding: 20px; }
.leader-view .leader-name { width: 100%; }
.leader-view .leader-profile { width: 100%; }
.leader-view .leader-profile h4 { margin: 20px 0 10px; font-size: 18px; }
.leader-view .leader-profile h4:not(:first-child) { margin-top: 30px; }
.leader-view .leader-name small { font-size: 14px; }
.leader-view .leader-name p { font-size: 24px; }
.leader-view .leader-name b { font-size: 18px; }
.list-btn { padding: 10px; font-size: 16px; max-width: 130px; margin: 40px auto; }
/* history */
.history-tit .typo h2 { font-size: 36px; margin: 20px 0; }
.history-tit .typo p { font-size: 16px; padding: 0 20px; line-height: 1.4; }
.history-tit .typo p:first-child { font-size: 18px; }
.history-fullpage .scroll-down { left: 0; }
.history-fullpage .scroll-down .bar { height: 50px; }
.history-fullpage .fp-tableCell { padding-bottom: 80px; }
.hs-cont { padding-left: 0; flex-wrap: wrap; }
.hs-list { width: 100%; margin-bottom: 40px; }
.hs-img { width: 100%; }
.hs-list .hs-tit { padding-bottom: 20px; margin-bottom: 30px; }
.hs-list .hs-tit strong { font-size: 40px; }
.hs-list .hs-tit strong small { font-size: 24px; }
.hs2021 .fp-tableCell, .hs2011 .fp-tableCell, .hs2001 .fp-tableCell, .hs1993 .fp-tableCell { padding-top: 80px }
.history #fp-nav { display: none !important; }
.hs-list li { padding-left: 80px; }
.hs-list li b { font-size: 20px; }
.hs-list li p { font-size: 16px; }
/* pr */
.pr { margin-bottom: 60px; }
.pr-slider .thumb-swiper { padding: 20px 30px; margin: 0 -10px; }
.pr-slider .swiper-button-prev, .pr-slider .swiper-button-next { width: 20px; }
.pr-slider .swiper-button-next:after, .pr-slider .swiper-button-prev:after { font-size: 20px; }
/* ci */
.ci-brand { padding: 60px 0; }
.ci .ci-tit { margin-bottom: 30px; }
.ci .ci-tit h4 { font-size: 34px; }
.ci .ci-tit p { font-size: 14px; }
.ci-brand .ci-logo { padding: 40px 110px; }
.ci-slogan li { width: 100%; margin-right: 0; }
.ci-cont { padding: 40px 0 60px; }
.ci-cont .ci-tit:not(:first-child) { padding-top: 40px; }
.ci-cont .ci-tit h4 { font-size: 24px; }
.ci-list li { font-size: 14px; }
.ci-area li { width: 100%; }
.ci-area li:nth-child(2n) { width: 100%; margin-top: 20px; }
.ci-area li p { font-size: 22px; }
/* brochure */
.bro-cont { margin-bottom: 0; padding: 60px 0; }
.bro-cont .bro-img { width: 90%; margin: 0 auto; }
.bro-cont .bro-txt { width: 100%; padding: 50px 5% 30px; }
.bro-cont .bro-txt b { font-size: 16px; }
.bro-cont .bro-txt h4 { font-size: 30px; }
.bro-cont .bro-btn { margin: 50px 0 0; }
.bro-cont .bro-box { margin-top: 50px; }
.bro-cont .bro-txt p { color: #fff; }
.bro-cont:after { height: 100%; }
.bro-cont .bro-btn a { filter: brightness(0) invert(1); }
/* project */
.project { margin-bottom: 100px; }
.project-list { }
.project-list .picture { width: 48.5% }
.project-list .picture:nth-child(3n) { margin-right: 3%; }
.project-list .picture:nth-child(2n) { margin-right: 0; }
.project-list .picture p { padding: 60px 10px 10px; font-size: 16px; }
.project .filter-box { padding: 20px; }
.project .filter-box dl { margin: 0; }
.project .filter-box dt { font-size: 16px; margin-bottom: 10px; }
.project .filter-box dd { width: 100%; }
.project .filter-box .project-category li { width: 80px; font-size: 14px; }
.project .filter-box .project-category li label { height: 35px; }
.project .filter-box .filter-btn button { padding: 15px 0; }
.project .srboardTop .smart-filter button { width: 200px; font-size: 15px; }
.project-view { padding-top: 100px; }
.project-view .sub-txt h3 { font-size: 30px; line-height: 1.4; }
.project-view .prj-info .txt h4 { font-size: 24px; }
.project-view p { font-size: 14px; margin-bottom: 10px; }
.project-view .prj-info { padding: 20px 0 50px; }
.project-view .prj-info .img { width: 100%; margin-bottom: 20px; }
.project-view .prj-info .txt { width: 100%; }
.project-view .prj-about { padding: 60px 0; }
.project-view h4 { font-size: 26px; }
.project-view .prj-images { padding: 60px 0 0; }
.project-view .prj-images li { width: 47.5%; }
.project-view .prj-images li:nth-child(3n) { margin-right: 3%; }
.project-view .prj-images li:nth-child(2n) { margin-right: 0; }
.project-view .prj-images ul { margin-bottom: 20px; }
.project-view .swiper-button-prev:after, .project-view .swiper-button-next:after { font-size: 20px; }
.project-view .swiper-button-prev { left: -10px; }
.project-view .swiper-button-next { right: -10px; }
.project-view .pop-close { right: 0; top: 70px; margin-top: 0; font-size: 40px; }
/* recruitment */
.recruit-cont .process { padding: 60px 0; }
.recruit-cont .process ul h4 { font-size: 20px; }
.recruit-cont .process ul .text-box { margin-top: 0; }
.recruit-cont .process ul li { width: 100%; margin-bottom: 40px; padding: 50px 30px; }
.recruit-cont .process ul li::after { top: auto; bottom: -30px; right: auto; left: 50%; margin-left: -9.5px; transform: rotate(90deg); }
.recruit-cont h3 { font-size: 24px; margin-bottom: 20px; }
.recruit-cont .hrms { padding: 60px 0; }
.recruit-cont .hrms h4 { font-size: 20px; }
.recruit-cont .hrms .rank > ul { padding: 0; flex-direction: column; }
.recruit-cont .hrms .rank > ul li { width: 120px; height: 120px; line-height: 120px; font-size: 16px; margin: 0 auto 40px; }
.recruit-cont .hrms .rank > ul li::after { right: auto; top: auto; bottom: -25px; left: 50%; margin-left: -3px; transform: rotate(90deg) }
.recruit-cont .hrms .rank > ul li:last-child { margin: 0 auto }
.recruit-cont .hrms .policy > h4 { margin-top: 40px; }
.recruit-cont .hrms .policy > ul > li { width: 100%; border-bottom: 1px solid #ddd; padding: 30px; }
.recruit-cont .hrms .policy > ul > li:last-child { border-bottom: 0; }
.recruit-cont .hrms .policy > ul li h5 { font-size: 20px; }
.recruit-cont .hrms .policy > ul li b { font-size: 16px; }
.recruit-cont .hrms .policy > ul li ul li { font-size: 14px; }
.recruit-cont .welfare { padding: 60px 0 80px; }
.recruit-cont .welfare ul li { padding: 0; border-bottom: 0; }
.recruit-cont .welfare ul li dl { width: 100%; padding: 30px; border-bottom: 1px solid #ddd; }
.recruit-cont .welfare ul li dl dd h5 { font-size: 18px; }
/* contactus */
.contactus .contactus-cont { padding-bottom: 70px; }
.contactus .contactus-form dl { margin-top: 30px; width: 100%; }
.contactus .contactus-form dl dt { font-size: 18px; margin-bottom: 20px; }
.contactus .contactus-cont select { font-size: 16px; }
.contactus .contactus-cont input[type=text] { font-size: 16px; }
.contactus .contactus-cont textarea { font-size: 16px; padding: 20px; }
.contactus .contactus-form dl.email dd input { width: 100% }
.contactus .contactus-form dl.email dd select { width: 100%; margin-top: 20px; }
.contactus .checkbox input[type=checkbox] + label { font-size: 16px; }
.contactus .contactus-cont .send-btn { margin-top: 30px; }
.contactus .contactus-cont .send-btn a { padding: 15px 60px; }
.contactus .information .inner { padding: 80px 0; }
.contactus .information .sub-tit { margin: 0 0 30px; }
.contactus .information .sub-tit h3 { font-size: 50px; }
.contactus .information .sub-tit p { font-size: 16px; }
.contactus .information .field { width: 100%; }
.contactus .information .field dl { padding: 30px; }
/* jobposting */
.jobposting .posting-list ul { margin-bottom: 30px; }
.jobposting .posting-list ul li { padding: 20px 0; }
.jobposting .posting-list ul .top { padding: 20px 0; font-size: 14px; }
.jobposting .posting-list ul .top b:nth-of-type(1) { display: none; }
.jobposting .posting-list ul .top b:nth-of-type(2) { width: 20%; }
.jobposting .posting-list ul .top b:nth-of-type(3) { width: 40%; }
.jobposting .posting-list ul .top b:nth-of-type(4) { width: 20%; }
.jobposting .posting-list ul .top b:nth-of-type(5) { width: 20%; }
.jobposting .posting-list ul li p:nth-of-type(1) { display: none; }
.jobposting .posting-list ul li p:nth-of-type(2) { width: 20%; }
.jobposting .posting-list ul li p:nth-of-type(3) { width: 40%; }
.jobposting .posting-list ul li p:nth-of-type(4) { width: 20%; }
.jobposting .posting-list ul li p:nth-of-type(5) { width: 20%; }
.jobposting .posting-list ul li > span { width: 20%; font-size: 13px; }
.jobposting .app-btn { margin-bottom: 30px; }
.jobposting .app-btn a { padding: 15px 40px; font-size: 14px; }
/* location */
.location .location-cont { padding-bottom: 80px; }
.location .location-cont .map iframe { height: 400px; }
.location .location-cont .location-info { width: 90%; padding: 30px 0 30px 30px; }
.location .location-cont .location-info .address li { margin-right: 0; margin-bottom: 5px; flex-wrap: wrap; }
.location .location-cont .location-info .address li dt { width: 100% }
.location .location-cont .location-info .address li dd { width: 100% }
.location .location-cont .location-info .address { flex-direction: column; }
.location .location-cont .location-info .address li dt { margin-right: 20px; font-size: 16px; }
.location .location-cont .location-info .address li dd { font-size: 16px; }
.location .location-cont .visiting { margin-top: 40px; padding: 30px 30px 0; flex-direction: column; }
.location .location-cont .visiting .guide { width: 100%; }
.location .location-cont .visiting .transportation { width: 100%; }
.location .location-cont .visiting .transportation ul li div dl { flex-direction: column; }
.location .location-cont .visiting .transportation ul li div dl dd { margin-top: 10px; }
.location .location-cont .location-info .logo span { display: block; margin-bottom: 5px; width: 60px; }
.location .location-cont .location-info .logo b { margin-left: 0; font-size: 16px }
.location .location-cont .visiting .transportation ul li div dl { flex-direction: column; }
.location .location-cont .visiting .transportation ul li div dl dd { margin-top: 10px; font-size: 15px; }
.location .location-cont .visiting .guide h5 { font-size: 24px; }
.location .location-cont .visiting .transportation ul li b { font-size: 18px; }
.location .location-cont .visiting .transportation ul .bus span { font-size: 16px; }
/* service */
.service .cm-introduction { padding: 60px 0; }
.service .cm-introduction .cm-circle { width: 100%; flex-wrap: wrap; margin-top: 40px; }
.service .cm-introduction .cm-circle li { padding: 0 10px; width: 33.33%; margin-bottom: 20px; }
.service .cm-introduction .cm-circle li .text { margin-top: 10px; }
.service .cm-introduction .cm-circle li .logo { margin: 0 auto; }
.service .management-cont h3 { font-size: 24px; margin-bottom: 20px; }
.service .management-cont .process ul { margin: 0; }
.service .management-cont .process ul li { padding: 0 0 30px; width: 100%; }
.service .management-cont .process ul li .img-box .point h4 { font-size: 20px; }
.service .management-cont .process ul li .text-box p { font-size: 15px; }
.service .management-cont .process ul li .text-box p br { display: none; }
.service .cm-introduction .cm-circle li .text p { font-size: 15px; }
.service .cm-introduction .cm-circle li { width: 50%; }
.service .main-task .table-task ul { width: 100%; }
.service .main-task .table-task ul li { display: flex; justify-content: center; align-items: center; padding: 10px; line-height: 1; }
.service .main-task .table-task-list ul { flex-direction: column; }
.service .main-task .table-task-list ul li { width: 100%; padding: 15px 25px; }
.service .main-task .table-task-list ul .level { width: 100%; padding: 10px; }
.service .main-task { padding: 60px 0; }
.service .main-task .table-task ul li { font-size: 16px; }
.service .main-task .table-task-list ul .level { font-size: 16px; }
.service .main-task .table-task-list ul .level br { display: none; }
.service .main-task .table-task-list ul li p { font-size: 15px; }
.service .technology-cont { padding: 60px 0; }
.service .technology-cont .process h3 { font-size: 24px; }
.service .technology-cont .process .technology-diagram { margin-top: 30px; }
.service .technology-cont .process .technology-diagram div:nth-child(1) { left: 20%; top: 28%; }
.service .technology-cont .process .technology-diagram div:nth-child(2) { left: 50%; top: 28%; margin-left: -6px; }
.service .technology-cont .process .technology-diagram div:nth-child(3) { left: 76%; top: 28%; }
.service .technology-cont .process .technology-diagram div:nth-child(4) { right: 20%; top: 61%; }
.service .technology-cont .process .technology-diagram div:nth-child(5) { left: 20%; top: 61%; }
.service .technology-cont .process .technology-diagram div:nth-child(6) { right: 40%; top: 61%; }
.service .technology-cont .process .technology-diagram div:nth-child(7) { left: 40%; top: 61%; }
.service .technology-cont .process .technology-diagram:before, .service .technology-cont .process .technology-diagram:after { display: none; }
/* design */
.service .design-cont { padding: 60px 0; }
.service .design-cont ul li .design-icon { padding: 0; }
.service .design-cont ul li { width: 100%; }
.service .design-cont ul li p { font-size: 15px; }
.service .design-cont ul li p br { display: none; }
.service .design-cont ul { flex-wrap: wrap; gap: 20px; }
.service .design-value .value-left { display: none; }
.service .design-value .value-right ul li .value-desc { margin-bottom: 50px; margin-top: 20px; }
.service .design-value .value-content { flex-direction: column; }
.service .design-value { padding: 60px 0; }
.service .design-cont h3 { font-size: 28px; }
.service .design-cont ul li h4 { font-size: 22px; }
.service .design-value h3 { font-size: 28px; }
.service .design-value .value-right ul li .value-desc b { font-size: 22px; }
.service .design-value .value-right ul li .value-desc p { font-size: 15px; }
/* management */
.service #bim-fp-nav.active-bar.on { display: none; }
.service .bim { padding: 60px 0; }
.service .bim p { font-size: 15px; }
.service .bim .rank { margin-top: 20px; }
.service .bim .rank li { flex-direction: column; margin-bottom: 0; font-size: 15px; }
.service .bim .rank li > div { width: 100%; }
.service .bim .rank li .bim-desc { padding: 30px 0; }
.service .bim .rank li .bim-desc h5 { font-size: 25px; }
.service .bim .rank li .bim-desc p { font-size: 15px; }
.service .bim .itm-bim ul li p { font-size: 15px; }
.service .bim .bim-cost b { font-size: 19px; }
.service .bim .bim-cost b span { font-size: 14px; }
.service .eco-construct ul li { width: 100%; }
.service .pre-con { padding: 60px 0; }
.service .pre-con .pre-con-diagram { justify-content: center; padding: 20px; }
.service .bim .bim-cost ul li { width: 100%; padding: 30px 0; }
.service .eco-construct { padding: 60px 0 30px; }
.service .eco-construct h3 { font-size: 24px; }
/* i-cis */
.service .icis-cont .icis-web { padding: 60px 0; }
.service .icis-cont .icis-web .database-circle { padding-bottom: 68%; width: 68%; left: 16%; top: 77.4%; }
.service .icis-cont .icis-web .icis-diagram { margin-top: 20px; }
.service .icis-cont .icis-web .ps { text-align: center; margin-top: 5px; font-size: 13px; }
.service .icis-cont .process .icis-web h3 { font-size: 24px; }
.service .icis-cont .process p { font-size: 15px; }
.service .icis-cont .process p br { display: none; }
.service .icis-cont .process .icis-system .icis-system-wr { flex-direction: column; }
.service .icis-cont .process .icis-system .icis-system-wr .icis-img-box { width: 100%; height: 400px; }
.service .icis-cont .process .icis-uses ul { flex-direction: column; overflow: hidden; margin-top: 50px; }
.service .icis-cont .process .icis-uses ul li .uses-circle p { font-size: 20px; margin-top: 0; }
.service .icis-cont .process .icis-uses ul li .uses-circle { width: 200px; height: 200px; border-width: 15px; }
.service .icis-cont .process .icis-uses ul li { margin: 0; margin-bottom: 50px; transition-delay: 0s; }
.service .icis-cont .process .icis-uses ul .dot-mom::after { display: none; }
.service .icis-cont .process .icis-web h3 { font-size: 24px; }
.service .icis-cont .process .icis-system h3 { font-size: 24px; }
.service .icis-cont .process .icis-uses h3 { font-size: 24px; }
.service .icis-cont .icis-system { padding: 60px 0; }
.service .icis-cont .process .icis-system .icis-system-wr .icis-img-box ul li { width: 120px; height: 120px; }
.service .icis-cont .process .icis-system .icis-system-wr .icis-img-box ul li:nth-of-type(2) { left: 5%; }
.service .icis-cont .process .icis-system .icis-system-wr .icis-img-box ul li:nth-of-type(3) { right: 5%; }
.service .icis-cont .process .icis-system .icis-system-wr .icis-img-box ul li span { background-size: 40px !important; }
.service .icis-cont .process .icis-system .icis-system-wr .icis-img-box ul li p { margin-top: 5px; }
.service .icis-cont .process .icis-system .icis-system-wr .icis-text-box { padding: 30px 0 0; }
.service .icis-cont .process .icis-uses { padding: 60px 0; }
.service .icis-cont .process .icis-system .icis-system-wr .icis-text-box h4 { font-size: 20px; }
.service .icis-cont .process .icis-system .icis-system-wr .icis-text-box p { font-size: 15px; margin-top: 15px; }
.service .icis-cont .process .icis-system .icis-system-wr .icis-text-box ul { margin-top: 15px; }
.service .eco-construct h6 { font-size: 22px; margin-top: 20px; }
.service.technology .cost-smalltit { font-size: 20px }
.service .bim .itm-bim ul li { width: 100%; margin-bottom: 20px; }
.society-cont .society-sec01 { overflow: hidden; }
.society-cont .society-sec01 .box .society-img { margin: 0 auto; margin-top: 50px; }
.society-cont .society-sec01 .box .society-img { width: 100%; }
.society-cont .society-sec01 .box .society-desc { width: 100%; padding: 30px; }
.society-cont .society-sec01 .box .society-desc h4 { font-size: 24px; }
.society-cont .society-sec01 p { font-size: 15px; }
/* esg */
.esg .people-imgbox { margin-bottom: 60px; }
.esg .people-cont { padding: 60px 0; }
.esg .people-cont .implement-box li { width: 100%; }
.esg .people-cont .implement-box li .box-list { padding: 30px; }
.esg .people-cont h3 { font-size: 24px; margin-bottom: 10px; }
.esg .people-cont p { font-size: 15px; }
.esg .ethical-cont .ethical-sec01 .img-box { padding-bottom: 15px; }
.esg .ethical-cont .ethical-sec01 .img-box img { margin: 0 auto; }
.esg .ethical-cont .ethical-sec01 .img-box .database-circle { padding-bottom: 68%; width: 68%; left: 16%; top: 71.5%; }
.ethical-cont .ethical-sec02 ul { margin-top: 20px; }
.ethical-cont .ethical-sec02 ul li { width: 100%; padding: 50px 20px; margin-bottom: 20px; }
.ethical-cont .ethical-sec02 ul h4 { margin-bottom: 10px; font-size: 20px; }
.esg .ethical-cont .ethical-sec01 .promise .promise-num { margin: 20px auto; }
.esg .ethical-cont .ethical-sec01 .promise .promise-num li { width: 100%; margin-bottom: 40px; }
.esg .ethical-cont .ethical-sec01 h3 { font-size: 24px; }
.esg .ethical-cont .ethical-sec01 .promise h4 { font-size: 20px; border-bottom: none; padding: 30px 0; }
.esg .ethical-cont .ethical-sec01 .promise .promise-num li > div { padding: 30px; }
.esg .ethical-cont .ethical-sec01 .promise .promise-num li > div p br { display: none; }
.esg .ethical-cont .ethical-sec01 .promise .promise-num li:nth-of-type(1) > div::after { display: none; }
.esg .ethical-cont .ethical-sec01 .promise .promise-num li:nth-of-type(3) > div::after { display: none; }
.esg .ethical-cont .ethical-sec01 { padding: 60px 0; }
.esg .ethical-imgbox { margin-bottom: 60px; }
.esg .safety-imgbox { margin-bottom: 60px; }
.esg .safety-cont .safety-sec01 { padding: 60px 0; }
.esg .safety-cont .safety-sec02 { padding: 60px 0; }
.esg .safety-cont .safety-sec01 .iso { flex-wrap: wrap; }
.esg .safety-cont .safety-sec01 .iso li { width: 48.5%; margin-right: 3%; }
.esg .safety-cont .safety-sec01 .iso li:nth-child(3n) { margin-right: 3%; }
.esg .safety-cont .safety-sec01 .iso li:nth-child(2n) { margin-right: 0; }
.esg .safety-cont .safety-sec01 .iso li p { padding: 0; font-size: 16px; }
.esg .safety-cont .safety-sec02 ul li { width: calc(50% - 2px); padding: 35px 0; }
.esg .safety-cont .safety-sec02 ul li p { font-size: 15px; }
.esg .safety-cont .safety-sec03 .composition { padding: 30px 0; }
.esg .safety-cont .safety-sec03 .composition .top-cont .left-circle li b { font-size: 20px; }
.esg .safety-cont .safety-sec03 .composition .top-cont .right-circle { left: 0; }
.esg .safety-cont .safety-sec03 .composition .top-cont { flex-direction: column; }
.esg .safety-cont .safety-sec03 .composition .top-cont .left-circle { padding-right: 0; flex-wrap: wrap; justify-content: center; margin-bottom: 90px; }
.esg .safety-cont .safety-sec03 .composition .top-cont .left-circle::after { right: -50px; }
.esg .safety-cont .safety-sec03 { padding: 60px 0; }
.esg .safety-cont h3 { font-size: 24px; }
.esg .safety-cont .safety-sec03 .composition .top-cont .left-circle li { width: 170px; height: 170px; margin-right: 0; margin-bottom: -15px; }
.esg .safety-cont .safety-sec03 .composition .top-cont .right-circle li { width: 210px; height: 210px; }
.esg .safety-cont .safety-sec03 .composition .top-cont .right-circle li b { font-size: 20px; }
.esg .safety-cont .safety-sec03 .composition:after { width: 1px; height: 50%; left: 50%; top: 25%; }
.esg .safety-cont .safety-sec03 .composition .top-cont .left-circle::after { right: 50%; top: auto; bottom: -60px; transform: rotate(90deg); margin-right: -14.5px; }
/* privacy */
.privacy .sub-tit { margin: 100px 0 20px; }
.privacy .sub-tit h3 { font-size: 24px; }
.privacy-cont { padding: 20px; margin: 0 0 60px; }
.privacy-cont p { font-size: 14px; }
.privacy-cont h4 { font-size: 16px; }
.news_letter .letter_visual { padding-bottom: 30px; }
.news_letter .srboardList .listGallery .colUll > ul > li > dl > dd.title > a { font-size: 20px; }
.news_letter .srboardList .listGallery .colUll > ul > li > dl > dd.date { font-size: 14px; }
}
/* 弹出层 */
#hd_pop { z-index: 1000; position: relative; margin: 0 auto; width: 100%; max-width: 970px; height: 0 }
#hd_pop h2 { position: absolute; font-size: 0; line-height: 0; overflow: hidden }
.hd_pops { position: absolute; border: 1px solid #e9e9e9; background: #fff }
.hd_pops_con { }
.hd_pops_con p { word-break: break-all; }
.hd_pops_footer { padding: 10px 0; background: #000; color: #fff; text-align: right; overflow: hidden; }
.hd_pops_footer button { margin-right: 5px; padding: 2px 10px; border: 0; background: #000; font-size: 12px; color: #fff; float: left; }
.hd_pops_footer button:last-child { float: right; }
img { max-width: 100%; }
 @media screen and (max-width:970px) {
#hd_pop div.hd_pops { left: 0 !important; width: 50%; }
#hd_pop div.hd_pops:nth-child(2n) { left: 50% !important; }
.hd_pops_con { width: 100% !important; height: auto !important; }
.hd_pops_con img { width: 100%; }
}
 @media screen and (max-width:500px) {
#hd_pop div.hd_pops { width: 96%; top: 10px !important; left: 2% !important; }
#hd_pop div.hd_pops:nth-child(2n) { left: 2% !important; }
}
